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
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-04-16 15:56:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-16 15:56:34 +0300
commit157872922a7db758af4806356faa695c84d9f588 (patch)
tree101b277815a132a292251769e656177a537588b7 /intern
parenta12bc43b261a16a191722196941e6463e0061f39 (diff)
CMake: fix building WITH_CYCLES_LOGGING=ON
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/blender/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/intern/cycles/blender/CMakeLists.txt b/intern/cycles/blender/CMakeLists.txt
index ccbe20b28a8..fc265a47a01 100644
--- a/intern/cycles/blender/CMakeLists.txt
+++ b/intern/cycles/blender/CMakeLists.txt
@@ -48,6 +48,12 @@ set(LIB
cycles_util
)
+if(WITH_CYCLES_LOGGING)
+ list(APPEND LIB
+ extern_glog
+ )
+endif()
+
set(ADDON_FILES
addon/__init__.py
addon/engine.py