Skip to content

Commit

Permalink
Re-enable devel plugins that compile
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Aug 1, 2023
1 parent 9984dfe commit 031a61a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ endif()

option(BUILD_DEV_PLUGINS "Build developer plugins." OFF)
if(BUILD_DEV_PLUGINS)
#add_subdirectory(devel)
add_subdirectory(devel)
endif()

if(INSTALL_DATA_FILES)
Expand Down
10 changes: 5 additions & 5 deletions plugins/devel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ dfhack_plugin(frozen frozen.cpp)
dfhack_plugin(kittens kittens.cpp LINK_LIBRARIES ${CMAKE_THREAD_LIBS_INIT} COMPILE_FLAGS_MSVC "/wd4316")
dfhack_plugin(memview memview.cpp memutils.cpp LINK_LIBRARIES lua)
dfhack_plugin(onceExample onceExample.cpp)
dfhack_plugin(renderer-msg renderer-msg.cpp)
dfhack_plugin(rprobe rprobe.cpp)
dfhack_plugin(stepBetween stepBetween.cpp)
# dfhack_plugin(renderer-msg renderer-msg.cpp)
# dfhack_plugin(rprobe rprobe.cpp)
# dfhack_plugin(stepBetween stepBetween.cpp)
dfhack_plugin(stockcheck stockcheck.cpp)
dfhack_plugin(stripcaged stripcaged.cpp)
dfhack_plugin(tilesieve tilesieve.cpp)
dfhack_plugin(zoom zoom.cpp)
# dfhack_plugin(zoom zoom.cpp)

if(UNIX)
dfhack_plugin(ref-index ref-index.cpp)
endif()

add_subdirectory(check-structures-sanity)
# add_subdirectory(check-structures-sanity)

0 comments on commit 031a61a

Please sign in to comment.