18 lines
491 B
CMake
18 lines
491 B
CMake
IF(UNIX)
|
|
DFHACK_PLUGIN(vectors vectors.cpp)
|
|
endif()
|
|
|
|
DFHACK_PLUGIN(kittens kittens.cpp)
|
|
#DFHACK_PLUGIN(rawdump rawdump.cpp)
|
|
#DFHACK_PLUGIN(itemhacks itemhacks.cpp)
|
|
DFHACK_PLUGIN(notes notes.cpp)
|
|
DFHACK_PLUGIN(memview memview.cpp)
|
|
DFHACK_PLUGIN(catsplosion catsplosion.cpp)
|
|
DFHACK_PLUGIN(buildprobe buildprobe.cpp)
|
|
DFHACK_PLUGIN(tilesieve tilesieve.cpp)
|
|
DFHACK_PLUGIN(frozen frozen.cpp)
|
|
DFHACK_PLUGIN(dumpmats dumpmats.cpp)
|
|
#DFHACK_PLUGIN(tiles tiles.cpp)
|
|
DFHACK_PLUGIN(regrass regrass.cpp)
|
|
|