Fix (unreported) building Cycles tests with Embree enabled.

This commit is contained in:
Bastien Montagne 2018-12-05 15:14:16 +01:00
parent c9344d6c5b
commit 834fa06614
1 changed files with 5 additions and 0 deletions

View File

@ -60,6 +60,11 @@ if(WITH_OPENSUBDIV)
${OPENSUBDIV_LIBRARIES}
)
endif()
if(WITH_CYCLES_EMBREE)
list(APPEND ALL_CYCLES_LIBRARIES
${EMBREE_LIBRARIES}
)
endif()
if(WITH_CUDA_DYNLOAD)
list(APPEND ALL_CYCLES_LIBRARIES extern_cuew)
else()