dfhack/plugins/devel/CMakeLists.txt

28 lines
874 B
CMake

2011-08-07 16:55:17 -06:00
IF(UNIX)
DFHACK_PLUGIN(vectors vectors.cpp)
endif()
ADD_DEFINITIONS(-DDEV_PLUGIN)
2011-10-13 19:27:59 -06:00
DFHACK_PLUGIN(buildprobe buildprobe.cpp)
DFHACK_PLUGIN(color-dfhack-text color-dfhack-text.cpp)
DFHACK_PLUGIN(counters counters.cpp)
2014-06-30 00:54:15 -06:00
DFHACK_PLUGIN(dumpmats dumpmats.cpp)
DFHACK_PLUGIN(eventExample eventExample.cpp)
DFHACK_PLUGIN(frozen frozen.cpp)
DFHACK_PLUGIN(kittens kittens.cpp)
DFHACK_PLUGIN(memview memview.cpp memutils.cpp LINK_LIBRARIES lua)
2014-06-30 00:54:15 -06:00
DFHACK_PLUGIN(nestboxes nestboxes.cpp)
DFHACK_PLUGIN(notes notes.cpp)
DFHACK_PLUGIN(onceExample onceExample.cpp)
DFHACK_PLUGIN(renderer-msg renderer-msg.cpp)
2014-06-30 00:54:15 -06:00
DFHACK_PLUGIN(rprobe rprobe.cpp)
DFHACK_PLUGIN(stepBetween stepBetween.cpp)
2012-04-17 23:16:44 -06:00
DFHACK_PLUGIN(stockcheck stockcheck.cpp)
DFHACK_PLUGIN(stripcaged stripcaged.cpp)
2014-06-30 00:54:15 -06:00
DFHACK_PLUGIN(tilesieve tilesieve.cpp)
DFHACK_PLUGIN(zoom zoom.cpp)
2014-06-30 00:54:15 -06:00
IF(UNIX)
DFHACK_PLUGIN(ref-index ref-index.cpp)
ENDIF()