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>2014-07-23 05:29:44 +0400
committerJason Wilkins <Jason.A.Wilkins@gmail.com>2014-07-23 05:29:44 +0400
commit5f2ce2cd51a2d07d4131420dee2ea467ca2eaefc (patch)
tree21b7cf02f41254195d0a9dbb202d1c89fbd139d7 /source/blenderplayer
parent0e324b19f913320a296a3bfbe1731af7fe76c6e9 (diff)
[Ghost Context Refactor] initial commit based on code review of https://developer.blender.org/D643
Diffstat (limited to 'source/blenderplayer')
-rw-r--r--source/blenderplayer/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blenderplayer/CMakeLists.txt b/source/blenderplayer/CMakeLists.txt
index e0365f9ea6c..7ce3fa82f8b 100644
--- a/source/blenderplayer/CMakeLists.txt
+++ b/source/blenderplayer/CMakeLists.txt
@@ -162,7 +162,7 @@ endif()
endif()
if(NOT WITH_SYSTEM_GLEW)
- list(APPEND BLENDER_SORTED_LIBS extern_glew)
+ list(APPEND BLENDER_SORTED_LIBS ${BLENDER_GLEW_LIBRARIES})
endif()
if(WITH_LZMA)