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:
authorLukas Tönne <lukas.toenne@gmail.com>2014-10-10 12:33:09 +0400
committerLukas Tönne <lukas.toenne@gmail.com>2014-10-10 12:33:09 +0400
commited1974075126c9bc93047e01d2d2a86580a73b20 (patch)
tree4a090f9f1d0155c2aa6de83d43e39759c5ede060 /source/blender/editors/space_view3d/CMakeLists.txt
parentaf0de1c646c3ef6f256f2d18153c4001109e899e (diff)
parent642c8243e7a5425de949892ab7a43a3e2077e122 (diff)
Merge branch 'master' into hair_immediate_fixes
Diffstat (limited to 'source/blender/editors/space_view3d/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_view3d/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/CMakeLists.txt b/source/blender/editors/space_view3d/CMakeLists.txt
index 83121352e34..ab69e67361d 100644
--- a/source/blender/editors/space_view3d/CMakeLists.txt
+++ b/source/blender/editors/space_view3d/CMakeLists.txt
@@ -31,6 +31,7 @@ set(INC
../../render/extern/include
../../windowmanager
../../../../intern/guardedalloc
+ ../../../../intern/glew-mx
../../../../intern/smoke/extern
)
@@ -77,7 +78,7 @@ if(WITH_GAMEENGINE)
add_definitions(-DWITH_GAMEENGINE)
endif()
-add_definitions(-DGLEW_STATIC)
+add_definitions(${GL_DEFINITIONS})
if(WITH_INTERNATIONAL)
add_definitions(-DWITH_INTERNATIONAL)