forked from blender/blender
Merge latest distributed renderering changes from GHE master-cluster into master-cluster on blender.org #1
@ -12,6 +12,7 @@ set(INC
|
|||||||
../../cluster_rendering/libcluster/compression # for nv_encoder
|
../../cluster_rendering/libcluster/compression # for nv_encoder
|
||||||
../../cluster_rendering/libnetwork
|
../../cluster_rendering/libnetwork
|
||||||
${NVCODEC_PUBLIC_INTERFACE_DIR}
|
${NVCODEC_PUBLIC_INTERFACE_DIR}
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}
|
||||||
)
|
)
|
||||||
|
|
||||||
set(INC_SYS
|
set(INC_SYS
|
||||||
@ -36,8 +37,13 @@ set(LIBRARIES
|
|||||||
${WEBP_LIBRARIES}
|
${WEBP_LIBRARIES}
|
||||||
${Boost_LIBRARIES}
|
${Boost_LIBRARIES}
|
||||||
${GLOG_LIBRARIES}
|
${GLOG_LIBRARIES}
|
||||||
|
)
|
||||||
|
|
||||||
|
if(UNIX AND NOT APPLE)
|
||||||
|
list(APPEND LIB
|
||||||
bf_intern_libc_compat
|
bf_intern_libc_compat
|
||||||
)
|
)
|
||||||
|
endif()
|
||||||
|
|
||||||
if(WITH_CYCLES_DEVICE_CUDA AND CUDA_INCLUDE_DIRS AND UNIX)
|
if(WITH_CYCLES_DEVICE_CUDA AND CUDA_INCLUDE_DIRS AND UNIX)
|
||||||
if(NOT DEFINED NVENCODEAPI_LIB)
|
if(NOT DEFINED NVENCODEAPI_LIB)
|
||||||
|
Loading…
Reference in New Issue
Block a user