Fix Cycles standalone build as part of Blender.

This commit is contained in:
Brecht Van Lommel 2019-01-27 18:26:26 +01:00
parent b7a9e980a1
commit d377cd5db1
Notes: blender-bot 2023-05-31 04:43:10 +02:00
Referenced by issue #63724, Want Start 2.8
Referenced by issue #60859, Convert to curve poor result
2 changed files with 4 additions and 1 deletions

View File

@ -36,7 +36,7 @@ if(WITH_CYCLES_OSL)
endif()
if(NOT CYCLES_STANDALONE_REPOSITORY)
list(APPEND LIBRARIES bf_intern_glew_mx bf_intern_guardedalloc)
list(APPEND LIBRARIES bf_intern_glew_mx bf_intern_guardedalloc bf_intern_numaapi)
endif()
if(WITH_CYCLES_LOGGING)

View File

@ -33,6 +33,9 @@ if(WITH_CYCLES_STANDALONE)
util_view.cpp
)
endif()
endif()
if(CYCLES_STANDALONE_REPOSITORY)
list(APPEND INC_SYS ../../third_party/numaapi/include)
else()
list(APPEND INC_SYS ../../numaapi/include)