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
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2013-08-01 02:39:17 +0400
committerAntony Riakiotakis <kalast@gmail.com>2013-08-01 02:39:17 +0400
commitac8e379a87b78ed96cc9dac5fe5b88e5bd4979f7 (patch)
treede5921e56056704e1ad62647debd493c4dbebbbf /intern/ghost/CMakeLists.txt
parente48acb7decf9032c51208d7e55dd81279a3914dc (diff)
Fix linking issue, we use bundled static glew so we should define static glew in ghost as well.
Diffstat (limited to 'intern/ghost/CMakeLists.txt')
-rw-r--r--intern/ghost/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index 12dd4c0d3eb..2538f0612db 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -315,5 +315,7 @@ elseif(WIN32)
endif()
+add_definitions(-DGLEW_STATIC)
+
blender_add_lib(bf_intern_ghost "${SRC}" "${INC}" "${INC_SYS}")