|
|
|
@ -95,6 +95,7 @@ add_component_dir (debug
|
|
|
|
|
debugging debuglog
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IF(NOT WIN32 AND NOT APPLE)
|
|
|
|
|
add_definitions(-DGLOBAL_DATA_PATH="${GLOBAL_DATA_PATH}")
|
|
|
|
|
add_definitions(-DGLOBAL_CONFIG_PATH="${GLOBAL_CONFIG_PATH}")
|
|
|
|
@ -223,11 +224,14 @@ add_component_dir (fallback
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
if(NOT WIN32 AND NOT ANDROID)
|
|
|
|
|
if (BUILD_OPENMW OR BUILD_OPENCS)
|
|
|
|
|
add_component_dir (crashcatcher
|
|
|
|
|
crashcatcher
|
|
|
|
|
)
|
|
|
|
|
endif()
|
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
if (BUILD_OPENMW OR BUILD_OPENCS)
|
|
|
|
|
add_component_dir(detournavigator
|
|
|
|
|
debug
|
|
|
|
|
makenavmesh
|
|
|
|
@ -247,6 +251,7 @@ add_component_dir(detournavigator
|
|
|
|
|
navigator
|
|
|
|
|
findrandompointaroundcircle
|
|
|
|
|
)
|
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
set (ESM_UI ${CMAKE_SOURCE_DIR}/files/ui/contentselector.ui
|
|
|
|
|
)
|
|
|
|
@ -310,10 +315,14 @@ target_link_libraries(components
|
|
|
|
|
${OPENGL_gl_LIBRARY}
|
|
|
|
|
${MyGUI_LIBRARIES}
|
|
|
|
|
${BSAOPTHASH_LIBRARIES}
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
if (BUILD_OPENMW OR BUILD_OPENCS)
|
|
|
|
|
target_link_libraries(components
|
|
|
|
|
RecastNavigation::DebugUtils
|
|
|
|
|
RecastNavigation::Detour
|
|
|
|
|
RecastNavigation::Recast
|
|
|
|
|
)
|
|
|
|
|
RecastNavigation::Recast)
|
|
|
|
|
endif ()
|
|
|
|
|
|
|
|
|
|
if (WIN32)
|
|
|
|
|
target_link_libraries(components
|
|
|
|
|