|
|
@ -102,6 +102,12 @@ if(BUILD_QTPLUG)
|
|
|
|
add_subdirectory (qtplug)
|
|
|
|
add_subdirectory (qtplug)
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OPTION(BUILD_STONESENSE "Build stonesense (needs a checkout first)." OFF)
|
|
|
|
|
|
|
|
if(BUILD_STONESENSE)
|
|
|
|
|
|
|
|
add_subdirectory (stonesense)
|
|
|
|
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OPTION(BUILD_KITTENS "Build the kittens plugin." OFF)
|
|
|
|
OPTION(BUILD_KITTENS "Build the kittens plugin." OFF)
|
|
|
|
if(BUILD_KITTENS)
|
|
|
|
if(BUILD_KITTENS)
|
|
|
|
DFHACK_PLUGIN(kittens kittens.cpp)
|
|
|
|
DFHACK_PLUGIN(kittens kittens.cpp)
|
|
|
@ -114,6 +120,7 @@ IF(UNIX)
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DFHACK_PLUGIN(reveal reveal.cpp)
|
|
|
|
DFHACK_PLUGIN(reveal reveal.cpp)
|
|
|
|
DFHACK_PLUGIN(prospector prospector.cpp)
|
|
|
|
DFHACK_PLUGIN(prospector prospector.cpp)
|
|
|
|
DFHACK_PLUGIN(cleanmap cleanmap.cpp)
|
|
|
|
DFHACK_PLUGIN(cleanmap cleanmap.cpp)
|
|
|
|