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:
authorTon Roosendaal <ton@blender.org>2013-04-02 16:54:47 +0400
committerTon Roosendaal <ton@blender.org>2013-04-02 16:54:47 +0400
commit5105ddae74d47c883dfef2a76ac43d6bac4e74da (patch)
tree227a0a9ced14555f5d2f4651d2ff23ffba4dcae1 /source/blender/editors/util/CMakeLists.txt
parent58530a5affce93388937064e6dadd1eadc2b1b0c (diff)
Missing GLEW path in CMake, fixes compile error in OS X.
Diffstat (limited to 'source/blender/editors/util/CMakeLists.txt')
-rw-r--r--source/blender/editors/util/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/util/CMakeLists.txt b/source/blender/editors/util/CMakeLists.txt
index e0991c48fa6..53c23a8f853 100644
--- a/source/blender/editors/util/CMakeLists.txt
+++ b/source/blender/editors/util/CMakeLists.txt
@@ -32,7 +32,7 @@ set(INC
)
set(INC_SYS
-
+ ${GLEW_INCLUDE_PATH}
)
set(SRC