Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-09-10 07:42:45 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-10 07:42:45 +0400
commitfb4abf2e414064449624d169e8f10708990ea0d9 (patch)
tree99077023038bed9228c26c26c06f1aab634b3f4a /extern
parent0128218254df07f804b15088036a1e7ef4938664 (diff)
fixed linking with CMake
Diffstat (limited to 'extern')
-rw-r--r--extern/CMakeLists.txt6
-rw-r--r--extern/recastnavigation/CMakeLists.txt2
2 files changed, 6 insertions, 2 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index 7a59e41c89b..266ac6d9f0d 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -42,7 +42,11 @@ endif()
if(WITH_BUILTIN_GLEW)
add_subdirectory(glew)
endif()
-add_subdirectory(recastnavigation)
+
+## TODO MAKE GAME ENGINE ONLY
+# if(WITH_GAMEENGINE)
+ add_subdirectory(recastnavigation)
+# endif()
if(WITH_IMAGE_OPENJPEG AND (NOT UNIX OR APPLE))
add_subdirectory(libopenjpeg)
diff --git a/extern/recastnavigation/CMakeLists.txt b/extern/recastnavigation/CMakeLists.txt
index 694f14293c2..1af01b1b427 100644
--- a/extern/recastnavigation/CMakeLists.txt
+++ b/extern/recastnavigation/CMakeLists.txt
@@ -63,4 +63,4 @@ set(SRC
Recast/Include/RecastTimer.h
)
-blender_add_lib(extern_recastnavigation "${SRC}" "${INC}" "${INC_SYS}") \ No newline at end of file
+blender_add_lib(extern_recastnavigation "${SRC}" "${INC}" "${INC_SYS}")