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:
authorFabian Schempp <fabianschempp@googlemail.com>2021-08-19 08:22:53 +0300
committerFabian Schempp <fabianschempp@googlemail.com>2021-08-19 08:30:47 +0300
commitc674adb6f40ec98722a4d39e3973184980ccd524 (patch)
tree6809b738909ba48beb3b1aea9b29209f1a6baff1 /source/blender/nodes/CMakeLists.txt
parent2fb714443c85f46e64880abcc458b65f7d2cb350 (diff)
SOC2021 Porting Modifiers To nodes all
This branch merges all branches from soc2021 porting modifiers to nodes into one. The branche is mainly used to make a testbuild.
Diffstat (limited to 'source/blender/nodes/CMakeLists.txt')
-rw-r--r--source/blender/nodes/CMakeLists.txt11
1 files changed, 2 insertions, 9 deletions
diff --git a/source/blender/nodes/CMakeLists.txt b/source/blender/nodes/CMakeLists.txt
index b8ee7473369..73ff2e6f2e4 100644
--- a/source/blender/nodes/CMakeLists.txt
+++ b/source/blender/nodes/CMakeLists.txt
@@ -187,7 +187,7 @@ set(SRC
geometry/nodes/node_geo_delete_geometry.cc
geometry/nodes/node_geo_dissolve.cc
geometry/nodes/node_geo_edge_split.cc
- geometry/nodes/node_geo_mesh_extrude.cc
+ geometry/nodes/node_geo_mesh_extrude.cc
geometry/nodes/node_geo_input_material.cc
geometry/nodes/node_geo_is_viewport.cc
geometry/nodes/node_geo_join_geometry.cc
@@ -417,7 +417,7 @@ if(WITH_BULLET)
if(NOT WITH_SYSTEM_BULLET)
list(APPEND LIB
extern_bullet
- )
+ )
endif()
list(APPEND LIB
@@ -488,16 +488,9 @@ if(WITH_GMP)
endif()
if(WITH_OPENVDB)
- list(APPEND INC
- ../../../intern/openvdb
- )
list(APPEND INC_SYS
${OPENVDB_INCLUDE_DIRS}
)
- list(APPEND LIB
- bf_intern_openvdb
- ${OPENVDB_LIBRARIES}
- )
add_definitions(-DWITH_OPENVDB ${OPENVDB_DEFINITIONS})
endif()