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:
Diffstat (limited to 'extern/glew/CMakeLists.txt')
-rw-r--r--extern/glew/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/extern/glew/CMakeLists.txt b/extern/glew/CMakeLists.txt
index 26d10a6ca9f..1c4faf04441 100644
--- a/extern/glew/CMakeLists.txt
+++ b/extern/glew/CMakeLists.txt
@@ -34,5 +34,7 @@ SET(SRC
src/glew.c
)
+ADD_DEFINITIONS(-DGLEW_STATIC)
+
BLENDERLIB(extern_glew "${SRC}" "${INC}")