Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/cycles/render/CMakeLists.txt')
-rw-r--r--intern/cycles/render/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/intern/cycles/render/CMakeLists.txt b/intern/cycles/render/CMakeLists.txt
index 4e8a1794813..e85b7e67f6a 100644
--- a/intern/cycles/render/CMakeLists.txt
+++ b/intern/cycles/render/CMakeLists.txt
@@ -14,6 +14,12 @@ set(INC_SYS
${GLEW_INCLUDE_DIR}
)
+if(WITH_OPENVDB)
+ list(APPEND INC_SYS
+ ${OPENVDB_INCLUDE_DIRS}
+ )
+endif()
+
set(SRC
attribute.cpp
background.cpp
@@ -29,6 +35,7 @@ set(SRC
mesh_displace.cpp
nodes.cpp
object.cpp
+ openvdb.cpp
osl.cpp
particles.cpp
curves.cpp
@@ -56,6 +63,7 @@ set(SRC_HEADERS
mesh.h
nodes.h
object.h
+ openvdb.h
osl.h
particles.h
curves.h