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
1 changed files with 6 additions and 0 deletions

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