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>2011-11-26 19:08:01 +0400
committerAntony Riakiotakis <kalast@gmail.com>2011-11-26 19:08:01 +0400
commit57731da05b5486e1d78dee1ee1e889fd02da0e40 (patch)
tree919467b72aba76c288c84166fb5f5d6212e1b29c /source/gameengine/VideoTexture
parente07d4aed45ad5b3203f131fbdad3bc695cb35510 (diff)
Add missing GLEW_STATIC definition, causing link errors.
Diffstat (limited to 'source/gameengine/VideoTexture')
-rw-r--r--source/gameengine/VideoTexture/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/gameengine/VideoTexture/CMakeLists.txt b/source/gameengine/VideoTexture/CMakeLists.txt
index a025f5e3ec9..3e8dcaffcfe 100644
--- a/source/gameengine/VideoTexture/CMakeLists.txt
+++ b/source/gameengine/VideoTexture/CMakeLists.txt
@@ -51,6 +51,8 @@ set(INC_SYS
${GLEW_INCLUDE_PATH}
)
+add_definitions(-DGLEW_STATIC)
+
set(SRC
Exception.cpp
FilterBase.cpp