Make cycles standalone link again

This commit is contained in:
Martijn Berger 2016-02-15 21:00:25 +01:00
parent f2d564d4f3
commit b5171e250c

@ -49,7 +49,7 @@ if(CYCLES_STANDALONE_REPOSITORY)
) )
endif() endif()
else() else()
list(APPEND LIBRARIES bf_intern_glew_mx) list(APPEND LIBRARIES bf_intern_glew_mx bf_intern_guardedalloc)
if(WITH_CYCLES_LOGGING) if(WITH_CYCLES_LOGGING)
list(APPEND LIBRARIES extern_glog extern_gflags) list(APPEND LIBRARIES extern_glog extern_gflags)
endif() endif()