fixed linking with CMake
This commit is contained in:
4
extern/CMakeLists.txt
vendored
4
extern/CMakeLists.txt
vendored
@@ -42,7 +42,11 @@ endif()
|
|||||||
if(WITH_BUILTIN_GLEW)
|
if(WITH_BUILTIN_GLEW)
|
||||||
add_subdirectory(glew)
|
add_subdirectory(glew)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
## TODO MAKE GAME ENGINE ONLY
|
||||||
|
# if(WITH_GAMEENGINE)
|
||||||
add_subdirectory(recastnavigation)
|
add_subdirectory(recastnavigation)
|
||||||
|
# endif()
|
||||||
|
|
||||||
if(WITH_IMAGE_OPENJPEG AND (NOT UNIX OR APPLE))
|
if(WITH_IMAGE_OPENJPEG AND (NOT UNIX OR APPLE))
|
||||||
add_subdirectory(libopenjpeg)
|
add_subdirectory(libopenjpeg)
|
||||||
|
@@ -819,6 +819,8 @@ endif()
|
|||||||
bf_blenfont
|
bf_blenfont
|
||||||
bf_intern_audaspace
|
bf_intern_audaspace
|
||||||
bf_intern_mikktspace
|
bf_intern_mikktspace
|
||||||
|
extern_recastnavigation
|
||||||
|
bf_editor_util # --- BAD LEVEL CALL HERE --- XXX, this should be removed before release!
|
||||||
)
|
)
|
||||||
|
|
||||||
if(WITH_MOD_CLOTH_ELTOPO)
|
if(WITH_MOD_CLOTH_ELTOPO)
|
||||||
|
@@ -59,7 +59,7 @@ set(INC_SYS
|
|||||||
${GLEW_INCLUDE_PATH}
|
${GLEW_INCLUDE_PATH}
|
||||||
../../../extern/recastnavigation/Recast/Include
|
../../../extern/recastnavigation/Recast/Include
|
||||||
../../../extern/recastnavigation/Detour/Include
|
../../../extern/recastnavigation/Detour/Include
|
||||||
../../../source/blender/editors/include
|
../../blender/editors/include
|
||||||
)
|
)
|
||||||
|
|
||||||
set(SRC
|
set(SRC
|
||||||
|
Reference in New Issue
Block a user