Changeset View
Changeset View
Standalone View
Standalone View
source/blender/modifiers/CMakeLists.txt
| Show First 20 Lines • Show All 69 Lines • ▼ Show 20 Lines | set(SRC | ||||
| intern/MOD_meshcache_pc2.c | intern/MOD_meshcache_pc2.c | ||||
| intern/MOD_meshcache_util.c | intern/MOD_meshcache_util.c | ||||
| intern/MOD_meshdeform.c | intern/MOD_meshdeform.c | ||||
| intern/MOD_mirror.c | intern/MOD_mirror.c | ||||
| intern/MOD_multires.c | intern/MOD_multires.c | ||||
| intern/MOD_none.c | intern/MOD_none.c | ||||
| intern/MOD_ocean.c | intern/MOD_ocean.c | ||||
| intern/MOD_particleinstance.c | intern/MOD_particleinstance.c | ||||
| intern/MOD_particlemesher.c | |||||
| intern/MOD_particlesystem.c | intern/MOD_particlesystem.c | ||||
| intern/MOD_remesh.c | intern/MOD_remesh.c | ||||
| intern/MOD_screw.c | intern/MOD_screw.c | ||||
| intern/MOD_shapekey.c | intern/MOD_shapekey.c | ||||
| intern/MOD_shrinkwrap.c | intern/MOD_shrinkwrap.c | ||||
| intern/MOD_simpledeform.c | intern/MOD_simpledeform.c | ||||
| intern/MOD_skin.c | intern/MOD_skin.c | ||||
| intern/MOD_smoke.c | intern/MOD_smoke.c | ||||
| Show All 13 Lines | set(SRC | ||||
| intern/MOD_weightvgmix.c | intern/MOD_weightvgmix.c | ||||
| intern/MOD_weightvgproximity.c | intern/MOD_weightvgproximity.c | ||||
| intern/MOD_wireframe.c | intern/MOD_wireframe.c | ||||
| MOD_modifiertypes.h | MOD_modifiertypes.h | ||||
| intern/MOD_boolean_util.h | intern/MOD_boolean_util.h | ||||
| intern/MOD_fluidsim_util.h | intern/MOD_fluidsim_util.h | ||||
| intern/MOD_meshcache_util.h | intern/MOD_meshcache_util.h | ||||
| intern/MOD_openvdb_util.h | |||||
| intern/MOD_util.h | intern/MOD_util.h | ||||
| intern/MOD_weightvg_util.h | intern/MOD_weightvg_util.h | ||||
| ) | ) | ||||
| if(WITH_MOD_BOOLEAN) | if(WITH_MOD_BOOLEAN) | ||||
| add_definitions(-DWITH_MOD_BOOLEAN) | add_definitions(-DWITH_MOD_BOOLEAN) | ||||
| list(APPEND SRC | list(APPEND SRC | ||||
| intern/MOD_boolean_util.c | intern/MOD_boolean_util.c | ||||
| Show All 28 Lines | |||||
| if(WITH_OPENNL) | if(WITH_OPENNL) | ||||
| add_definitions(-DWITH_OPENNL) | add_definitions(-DWITH_OPENNL) | ||||
| list(APPEND INC_SYS | list(APPEND INC_SYS | ||||
| ../../../intern/opennl/extern | ../../../intern/opennl/extern | ||||
| ) | ) | ||||
| endif() | endif() | ||||
| if(WITH_MOD_PARTMESHER) | |||||
| add_definitions(-DWITH_MOD_PARTMESHER) | |||||
| list(APPEND SRC | |||||
| intern/MOD_openvdb_util.c | |||||
| ) | |||||
| list(APPEND INC | |||||
| ../openvdb | |||||
| ) | |||||
| endif() | |||||
| blender_add_lib(bf_modifiers "${SRC}" "${INC}" "${INC_SYS}") | blender_add_lib(bf_modifiers "${SRC}" "${INC}" "${INC_SYS}") | ||||