Fix cycles_cubin_cc build error on macOS.

This commit is contained in:
Brecht Van Lommel
2018-09-27 15:59:14 +02:00
parent a247b53084
commit bd267b0332

View File

@@ -144,6 +144,9 @@ if(WITH_CYCLES_CUBIN_COMPILER)
target_link_libraries(cycles_cubin_cc
extern_cuew
${OPENIMAGEIO_LIBRARIES}
${OPENEXR_LIBRARIES}
${PUGIXML_LIBRARIES}
${BOOST_LIBRARIES}
${PLATFORM_LINKLIBS}
)
if(NOT CYCLES_STANDALONE_REPOSITORY)