|
|
@ -19,10 +19,12 @@ ENDIF(NOT DEFINED CMAKE_BUILD_TYPE)
|
|
|
|
|
|
|
|
|
|
|
|
SET( LIBRARY_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/output CACHE PATH "Output directory for the dfhack library" )
|
|
|
|
SET( LIBRARY_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/output CACHE PATH "Output directory for the dfhack library" )
|
|
|
|
SET( EXECUTABLE_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/output CACHE PATH "Output directory for the dfhack tools" )
|
|
|
|
SET( EXECUTABLE_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/output CACHE PATH "Output directory for the dfhack tools" )
|
|
|
|
|
|
|
|
SET( DATA_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/output CACHE PATH "Output directory for the dfhack data (offset files)" )
|
|
|
|
|
|
|
|
|
|
|
|
OPTION(BUILD_DFHACK_DOCUMENTATION "Create doxygen documentation for developers" OFF)
|
|
|
|
OPTION(BUILD_DFHACK_DOCUMENTATION "Create doxygen documentation for developers" OFF)
|
|
|
|
OPTION(BUILD_DFHACK_EXAMPLES "Build example tools" OFF)
|
|
|
|
OPTION(BUILD_DFHACK_EXAMPLES "Build example tools" OFF)
|
|
|
|
OPTION(BUILD_DFHACK_PLAYGROUND "Build tools from the playground folder" OFF)
|
|
|
|
OPTION(BUILD_DFHACK_PLAYGROUND "Build tools from the playground folder" OFF)
|
|
|
|
|
|
|
|
OPTION(BUILD_DFHACK_C_BINDIGS "Build the C portion of the library" ON)
|
|
|
|
|
|
|
|
|
|
|
|
include_directories (${CMAKE_SOURCE_DIR}/library/include/)
|
|
|
|
include_directories (${CMAKE_SOURCE_DIR}/library/include/)
|
|
|
|
include_directories (${CMAKE_SOURCE_DIR}/library/shm/)
|
|
|
|
include_directories (${CMAKE_SOURCE_DIR}/library/shm/)
|
|
|
|