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:
authorJason Wilkins <Jason.A.Wilkins@gmail.com>2012-06-06 18:28:40 +0400
committerJason Wilkins <Jason.A.Wilkins@gmail.com>2012-06-06 18:28:40 +0400
commit78233d095737b2bad0a033445e7134e500649cee (patch)
treeaaeed79b6c2435ad10571b9ddec4d4ac0795e09c /source/blender/editors/space_console
parente1aa5d69d1cee6fb4d7060ecb616923463272236 (diff)
Fixed all places that used "" instead of <> to include glew.h. Defined -DGLEW_STATIC for all modules that use GLEW.
Diffstat (limited to 'source/blender/editors/space_console')
-rw-r--r--source/blender/editors/space_console/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_console/CMakeLists.txt b/source/blender/editors/space_console/CMakeLists.txt
index 2f1c3f4a244..06d7bf94607 100644
--- a/source/blender/editors/space_console/CMakeLists.txt
+++ b/source/blender/editors/space_console/CMakeLists.txt
@@ -46,4 +46,6 @@ if(WITH_PYTHON)
add_definitions(-DWITH_PYTHON)
endif()
+add_definitions(-DGLEW_STATIC)
+
blender_add_lib(bf_editor_space_console "${SRC}" "${INC}" "${INC_SYS}")