|
|
@ -114,17 +114,9 @@ if(BUILD_STONESENSE)
|
|
|
|
add_subdirectory (stonesense)
|
|
|
|
add_subdirectory (stonesense)
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OPTION(BUILD_DEV_PLUGINS "Build developer plugins." OFF)
|
|
|
|
OPTION(BUILD_KITTENS "Build the kittens plugin." OFF)
|
|
|
|
if(BUILD_DEV_PLUGINS)
|
|
|
|
if(BUILD_KITTENS)
|
|
|
|
add_subdirectory (devel)
|
|
|
|
DFHACK_PLUGIN(kittens kittens.cpp)
|
|
|
|
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IF(UNIX)
|
|
|
|
|
|
|
|
OPTION(BUILD_VECTORS "Build the vectors search plugin." OFF)
|
|
|
|
|
|
|
|
if(BUILD_VECTORS)
|
|
|
|
|
|
|
|
DFHACK_PLUGIN(vectors vectors.cpp)
|
|
|
|
|
|
|
|
endif()
|
|
|
|
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -132,15 +124,11 @@ DFHACK_PLUGIN(reveal reveal.cpp)
|
|
|
|
DFHACK_PLUGIN(probe probe.cpp)
|
|
|
|
DFHACK_PLUGIN(probe probe.cpp)
|
|
|
|
DFHACK_PLUGIN(plants plants.cpp)
|
|
|
|
DFHACK_PLUGIN(plants plants.cpp)
|
|
|
|
DFHACK_PLUGIN(prospector prospector.cpp)
|
|
|
|
DFHACK_PLUGIN(prospector prospector.cpp)
|
|
|
|
DFHACK_PLUGIN(rawdump rawdump.cpp)
|
|
|
|
|
|
|
|
DFHACK_PLUGIN(cleanmap cleanmap.cpp)
|
|
|
|
DFHACK_PLUGIN(cleanmap cleanmap.cpp)
|
|
|
|
DFHACK_PLUGIN(weather weather.cpp)
|
|
|
|
DFHACK_PLUGIN(weather weather.cpp)
|
|
|
|
DFHACK_PLUGIN(vdig vdig.cpp)
|
|
|
|
DFHACK_PLUGIN(vdig vdig.cpp)
|
|
|
|
DFHACK_PLUGIN(colonies colonies.cpp)
|
|
|
|
DFHACK_PLUGIN(colonies colonies.cpp)
|
|
|
|
DFHACK_PLUGIN(itemhacks itemhacks.cpp)
|
|
|
|
|
|
|
|
DFHACK_PLUGIN(notes notes.cpp)
|
|
|
|
|
|
|
|
DFHACK_PLUGIN(mode mode.cpp)
|
|
|
|
DFHACK_PLUGIN(mode mode.cpp)
|
|
|
|
#DFHACK_PLUGIN(tiles tiles.cpp)
|
|
|
|
|
|
|
|
DFHACK_PLUGIN(liquids liquids.cpp)
|
|
|
|
DFHACK_PLUGIN(liquids liquids.cpp)
|
|
|
|
DFHACK_PLUGIN(tubefill tubefill.cpp)
|
|
|
|
DFHACK_PLUGIN(tubefill tubefill.cpp)
|
|
|
|
DFHACK_PLUGIN(autodump autodump.cpp)
|
|
|
|
DFHACK_PLUGIN(autodump autodump.cpp)
|
|
|
|