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:
authorPablo Dobarro <pablodp606@gmail.com>2019-04-23 18:50:58 +0300
committerPablo Dobarro <pablodp606@gmail.com>2019-04-23 18:50:58 +0300
commiteab72c52429596df978e5af4a9975079c1854848 (patch)
tree4a4ea24860bcbdf85838b70547782bdeb832ba9f /intern/openvdb
parent1a1152cb1ba4cc357bacd83698edd50c8350ff51 (diff)
parentb3dabc200a4b0399ec6b81f2ff2730d07b44fcaa (diff)
Merge commit 'e12c08e8d170b7ca40f204a5b0423c23a9fbc2c1^1' into sculpt-mode-features
Diffstat (limited to 'intern/openvdb')
-rw-r--r--intern/openvdb/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/intern/openvdb/CMakeLists.txt b/intern/openvdb/CMakeLists.txt
index b80387de41d..5d4fe95d7ee 100644
--- a/intern/openvdb/CMakeLists.txt
+++ b/intern/openvdb/CMakeLists.txt
@@ -31,6 +31,9 @@ set(SRC
openvdb_capi.h
)
+set(LIB
+)
+
if(WITH_OPENVDB)
add_definitions(
-DWITH_OPENVDB
@@ -74,4 +77,4 @@ if(WITH_OPENVDB)
endif()
endif()
-blender_add_lib(bf_intern_openvdb "${SRC}" "${INC}" "${INC_SYS}")
+blender_add_lib(bf_intern_openvdb "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")