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()