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:
authorMartijn Berger <mberger@denc.nl>2016-02-15 23:00:25 +0300
committerMartijn Berger <mberger@denc.nl>2016-02-15 23:00:25 +0300
commitb5171e250c6816ecce26227615d53cf6f6339892 (patch)
tree77cb78946fd4986d6a22228f5899f521b3536f3b /intern/cycles/app/CMakeLists.txt
parentf2d564d4f3e9aaa8f76cdac6aedda1bd23ec3666 (diff)
Make cycles standalone link again
Diffstat (limited to 'intern/cycles/app/CMakeLists.txt')
-rw-r--r--intern/cycles/app/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/app/CMakeLists.txt b/intern/cycles/app/CMakeLists.txt
index 41233287279..af20356ad77 100644
--- a/intern/cycles/app/CMakeLists.txt
+++ b/intern/cycles/app/CMakeLists.txt
@@ -49,7 +49,7 @@ if(CYCLES_STANDALONE_REPOSITORY)
)
endif()
else()
- list(APPEND LIBRARIES bf_intern_glew_mx)
+ list(APPEND LIBRARIES bf_intern_glew_mx bf_intern_guardedalloc)
if(WITH_CYCLES_LOGGING)
list(APPEND LIBRARIES extern_glog extern_gflags)
endif()