|
|
@ -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(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(memview memview.cpp memutils.cpp LINK_LIBRARIES lua)
|
|
|
|
dfhack_plugin(onceExample onceExample.cpp)
|
|
|
|
dfhack_plugin(onceExample onceExample.cpp)
|
|
|
|
dfhack_plugin(renderer-msg renderer-msg.cpp)
|
|
|
|
# dfhack_plugin(renderer-msg renderer-msg.cpp)
|
|
|
|
dfhack_plugin(rprobe rprobe.cpp)
|
|
|
|
# dfhack_plugin(rprobe rprobe.cpp)
|
|
|
|
dfhack_plugin(stepBetween stepBetween.cpp)
|
|
|
|
# dfhack_plugin(stepBetween stepBetween.cpp)
|
|
|
|
dfhack_plugin(stockcheck stockcheck.cpp)
|
|
|
|
dfhack_plugin(stockcheck stockcheck.cpp)
|
|
|
|
dfhack_plugin(stripcaged stripcaged.cpp)
|
|
|
|
dfhack_plugin(stripcaged stripcaged.cpp)
|
|
|
|
dfhack_plugin(tilesieve tilesieve.cpp)
|
|
|
|
dfhack_plugin(tilesieve tilesieve.cpp)
|
|
|
|
dfhack_plugin(zoom zoom.cpp)
|
|
|
|
# dfhack_plugin(zoom zoom.cpp)
|
|
|
|
|
|
|
|
|
|
|
|
if(UNIX)
|
|
|
|
if(UNIX)
|
|
|
|
dfhack_plugin(ref-index ref-index.cpp)
|
|
|
|
dfhack_plugin(ref-index ref-index.cpp)
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
|
|
add_subdirectory(check-structures-sanity)
|
|
|
|
# add_subdirectory(check-structures-sanity)
|
|
|
|