Merge latest distributed renderering changes from GHE master-cluster into master-cluster on blender.org #1

Merged
William Leeson merged 13 commits from master-cluster_sync_from_ghe_patch into master-cluster 2023-03-31 17:26:02 +02:00
Showing only changes of commit 44f43e229e - Show all commits

View File

@ -12,6 +12,7 @@ set(INC
../../cluster_rendering/libcluster/compression # for nv_encoder
../../cluster_rendering/libnetwork
${NVCODEC_PUBLIC_INTERFACE_DIR}
${CMAKE_CURRENT_BINARY_DIR}
)
set(INC_SYS
@ -36,8 +37,13 @@ set(LIBRARIES
${WEBP_LIBRARIES}
${Boost_LIBRARIES}
${GLOG_LIBRARIES}
)
if(UNIX AND NOT APPLE)
list(APPEND LIB
bf_intern_libc_compat
)
endif()
if(WITH_CYCLES_DEVICE_CUDA AND CUDA_INCLUDE_DIRS AND UNIX)
if(NOT DEFINED NVENCODEAPI_LIB)