[Bf-blender-cvs] [728faf49b24] new-object-types: Fix Cycles standalone and tests build

Brecht Van Lommel noreply at git.blender.org
Mon Mar 16 23:22:26 CET 2020


Commit: 728faf49b24a54e068783914e8ba01af92171f84
Author: Brecht Van Lommel
Date:   Mon Mar 16 11:43:34 2020 +0100
Branches: new-object-types
https://developer.blender.org/rB728faf49b24a54e068783914e8ba01af92171f84

Fix Cycles standalone and tests build

===================================================================

M	intern/cycles/app/CMakeLists.txt
M	intern/cycles/test/CMakeLists.txt

===================================================================

diff --git a/intern/cycles/app/CMakeLists.txt b/intern/cycles/app/CMakeLists.txt
index 199ab8ce316..ef374f91a65 100644
--- a/intern/cycles/app/CMakeLists.txt
+++ b/intern/cycles/app/CMakeLists.txt
@@ -60,6 +60,7 @@ link_directories(
   ${TIFF_LIBPATH}
   ${OPENEXR_LIBPATH}
   ${OPENJPEG_LIBPATH}
+  ${OPENVDB_LIBPATH}
 )
 
 if(WITH_OPENCOLORIO)
diff --git a/intern/cycles/test/CMakeLists.txt b/intern/cycles/test/CMakeLists.txt
index ab7a9c75e17..6dcc7f7b3dd 100644
--- a/intern/cycles/test/CMakeLists.txt
+++ b/intern/cycles/test/CMakeLists.txt
@@ -82,6 +82,7 @@ list(APPEND ALL_CYCLES_LIBRARIES
   ${TIFF_LIBRARY}
   ${OPENIMAGEIO_LIBRARIES}
   ${OPENEXR_LIBRARIES}
+  ${OPENVDB_LIBRARIES}
 )
 
 include_directories(${INC})
@@ -95,6 +96,7 @@ link_directories(
   ${TIFF_LIBPATH}
   ${OPENEXR_LIBPATH}
   ${OPENCOLORIO_LIBPATH}
+  ${OPENVDB_LIBPATH}
 )
 
 set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${PLATFORM_LINKFLAGS}")



More information about the Bf-blender-cvs mailing list