|
|
@ -191,9 +191,10 @@ if(BUILD_SUPPORTED)
|
|
|
|
dfhack_plugin(workNow workNow.cpp)
|
|
|
|
dfhack_plugin(workNow workNow.cpp)
|
|
|
|
dfhack_plugin(xlsxreader xlsxreader.cpp LINK_LIBRARIES lua xlsxio_read zip expat ${LIB_Z_LIB})
|
|
|
|
dfhack_plugin(xlsxreader xlsxreader.cpp LINK_LIBRARIES lua xlsxio_read zip expat ${LIB_Z_LIB})
|
|
|
|
dfhack_plugin(zone zone.cpp LINK_LIBRARIES lua)
|
|
|
|
dfhack_plugin(zone zone.cpp LINK_LIBRARIES lua)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
target_include_directories(xlsxreader PRIVATE ${XLSXIO_INSTALL_DIR}/include)
|
|
|
|
target_include_directories(xlsxreader PRIVATE ${XLSXIO_INSTALL_DIR}/include)
|
|
|
|
add_dependencies(xlsxreader xlsxio_project)
|
|
|
|
add_dependencies(xlsxreader xlsxio_project)
|
|
|
|
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
|
|
# 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)
|
|
|
|