|
|
|
@ -75,6 +75,8 @@ set_source_files_properties( Brushes.h PROPERTIES HEADER_FILE_ONLY TRUE )
|
|
|
|
|
# If you are adding a plugin that you do not intend to commit to the DFHack repo,
|
|
|
|
|
# see instructions for adding "external" plugins at the end of this file.
|
|
|
|
|
|
|
|
|
|
option(BUILD_SUPPORTED "Build the supported plugins (reveal, probe, etc.)." ON)
|
|
|
|
|
if(BUILD_SUPPORTED)
|
|
|
|
|
dfhack_plugin(3dveins 3dveins.cpp)
|
|
|
|
|
dfhack_plugin(add-spatter add-spatter.cpp)
|
|
|
|
|
dfhack_plugin(autobutcher autobutcher.cpp LINK_LIBRARIES lua)
|
|
|
|
@ -171,6 +173,7 @@ dfhack_plugin(tiletypes tiletypes.cpp Brushes.h LINK_LIBRARIES lua)
|
|
|
|
|
dfhack_plugin(work-now work-now.cpp)
|
|
|
|
|
dfhack_plugin(xlsxreader xlsxreader.cpp LINK_LIBRARIES lua xlsxio_read_STATIC zip expat)
|
|
|
|
|
dfhack_plugin(zone zone.cpp LINK_LIBRARIES lua)
|
|
|
|
|
endif(BUILD_SUPPORTED)
|
|
|
|
|
|
|
|
|
|
# If you are adding a plugin that you do not intend to commit to the DFHack repo,
|
|
|
|
|
# see instructions for adding "external" plugins at the end of this file.
|
|
|
|
|