dfhack/plugins/devel/CMakeLists.txt

29 lines
903 B
CMake

2011-08-07 16:55:17 -06:00
IF(UNIX)
DFHACK_PLUGIN(vectors vectors.cpp)
endif()
DFHACK_PLUGIN(kittens kittens.cpp)
#DFHACK_PLUGIN(rawdump rawdump.cpp)
#DFHACK_PLUGIN(itemhacks itemhacks.cpp)
2011-08-07 16:55:17 -06:00
DFHACK_PLUGIN(notes notes.cpp)
2011-08-23 07:00:31 -06:00
DFHACK_PLUGIN(memview memview.cpp)
2011-10-13 19:27:59 -06:00
DFHACK_PLUGIN(buildprobe buildprobe.cpp)
2012-02-16 08:22:05 -07:00
DFHACK_PLUGIN(tilesieve tilesieve.cpp)
DFHACK_PLUGIN(frozen frozen.cpp)
2012-02-22 13:00:37 -07:00
DFHACK_PLUGIN(dumpmats dumpmats.cpp)
2011-08-07 16:55:17 -06:00
#DFHACK_PLUGIN(tiles tiles.cpp)
DFHACK_PLUGIN(counters counters.cpp)
2012-04-17 23:16:44 -06:00
DFHACK_PLUGIN(stockcheck stockcheck.cpp)
DFHACK_PLUGIN(stripcaged stripcaged.cpp)
DFHACK_PLUGIN(rprobe rprobe.cpp)
DFHACK_PLUGIN(nestboxes nestboxes.cpp)
DFHACK_PLUGIN(vshook vshook.cpp)
DFHACK_PLUGIN(autolabor2 autolabor2.cpp)
DFHACK_PLUGIN(eventExample eventExample.cpp)
DFHACK_PLUGIN(printArgs printArgs.cpp)
DFHACK_PLUGIN(onceExample onceExample.cpp)
IF(UNIX)
DFHACK_PLUGIN(ref-index ref-index.cpp)
ENDIF()
DFHACK_PLUGIN(stepBetween stepBetween.cpp)