2011-08-07 16:55:17 -06:00
|
|
|
IF(UNIX)
|
|
|
|
DFHACK_PLUGIN(vectors vectors.cpp)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
DFHACK_PLUGIN(kittens kittens.cpp)
|
2012-03-18 13:44:10 -06:00
|
|
|
#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)
|
2012-02-17 15:20:17 -07:00
|
|
|
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)
|
2012-03-30 15:39:19 -06:00
|
|
|
DFHACK_PLUGIN(counters counters.cpp)
|
2012-04-17 23:16:44 -06:00
|
|
|
DFHACK_PLUGIN(stockcheck stockcheck.cpp)
|
2012-04-21 11:53:46 -06:00
|
|
|
DFHACK_PLUGIN(stripcaged stripcaged.cpp)
|
2012-04-21 22:22:21 -06:00
|
|
|
DFHACK_PLUGIN(rprobe rprobe.cpp)
|
2012-05-01 09:58:12 -06:00
|
|
|
DFHACK_PLUGIN(nestboxes nestboxes.cpp)
|
2012-08-17 12:40:53 -06:00
|
|
|
DFHACK_PLUGIN(vshook vshook.cpp)
|
2013-02-13 12:33:32 -07:00
|
|
|
DFHACK_PLUGIN(autolabor2 autolabor2.cpp)
|
2012-12-15 15:43:41 -07:00
|
|
|
DFHACK_PLUGIN(eventExample eventExample.cpp)
|
2013-01-05 11:35:49 -07:00
|
|
|
DFHACK_PLUGIN(printArgs printArgs.cpp)
|
2013-03-23 20:38:33 -06:00
|
|
|
DFHACK_PLUGIN(onceExample onceExample.cpp)
|
2012-08-26 04:42:36 -06:00
|
|
|
IF(UNIX)
|
|
|
|
DFHACK_PLUGIN(ref-index ref-index.cpp)
|
|
|
|
ENDIF()
|
2012-12-19 18:30:37 -07:00
|
|
|
DFHACK_PLUGIN(stepBetween stepBetween.cpp)
|