CMake: fix building WITH_CYCLES_LOGGING=ON

This commit is contained in:
Campbell Barton
2019-04-16 14:56:17 +02:00
parent a12bc43b26
commit 157872922a

View File

@@ -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