|
|
@ -40,6 +40,10 @@ if (BUILD_MAPEXPORT)
|
|
|
|
add_subdirectory (mapexport)
|
|
|
|
add_subdirectory (mapexport)
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OPTION(BUILD_DWARFEXPORT "Build dwarf exporter." ON)
|
|
|
|
|
|
|
|
if (BUILD_DWARFEXPORT)
|
|
|
|
|
|
|
|
add_subdirectory (export)
|
|
|
|
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
|
|
DFHACK_PLUGIN(reveal reveal.cpp)
|
|
|
|
DFHACK_PLUGIN(reveal reveal.cpp)
|
|
|
|
DFHACK_PLUGIN(probe probe.cpp)
|
|
|
|
DFHACK_PLUGIN(probe probe.cpp)
|
|
|
@ -74,8 +78,6 @@ DFHACK_PLUGIN(fixveins fixveins.cpp)
|
|
|
|
DFHACK_PLUGIN(fixpositions fixpositions.cpp)
|
|
|
|
DFHACK_PLUGIN(fixpositions fixpositions.cpp)
|
|
|
|
#DFHACK_PLUGIN(versionosd versionosd.cpp)
|
|
|
|
#DFHACK_PLUGIN(versionosd versionosd.cpp)
|
|
|
|
|
|
|
|
|
|
|
|
add_subdirectory(export)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# this is the skeleton plugin. If you want to make your own, make a copy and then change it
|
|
|
|
# this is the skeleton plugin. If you want to make your own, make a copy and then change it
|
|
|
|
OPTION(BUILD_SKELETON "Build the skeleton plugin." OFF)
|
|
|
|
OPTION(BUILD_SKELETON "Build the skeleton plugin." OFF)
|
|
|
|
if(BUILD_SKELETON)
|
|
|
|
if(BUILD_SKELETON)
|
|
|
|