Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/physics/CMakeLists.txt
| Show All 21 Lines | set(INC | ||||
| ../../blentranslation | ../../blentranslation | ||||
| ../../depsgraph | ../../depsgraph | ||||
| ../../gpu | ../../gpu | ||||
| ../../makesdna | ../../makesdna | ||||
| ../../makesrna | ../../makesrna | ||||
| ../../windowmanager | ../../windowmanager | ||||
| ../../../../intern/glew-mx | ../../../../intern/glew-mx | ||||
| ../../../../intern/guardedalloc | ../../../../intern/guardedalloc | ||||
| ../../../../intern/mantaflow/extern | |||||
| ) | ) | ||||
| set(INC_SYS | set(INC_SYS | ||||
| ${GLEW_INCLUDE_PATH} | ${GLEW_INCLUDE_PATH} | ||||
| ) | ) | ||||
| set(SRC | set(SRC | ||||
| dynamicpaint_ops.c | dynamicpaint_ops.c | ||||
| Show All 13 Lines | |||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| bf_blenkernel | bf_blenkernel | ||||
| bf_blenlib | bf_blenlib | ||||
| ) | ) | ||||
| if(WITH_MOD_FLUID) | if(WITH_MOD_FLUID) | ||||
| list(APPEND INC | |||||
| ../../../../intern/elbeem/extern | |||||
| ) | |||||
| list(APPEND LIB | |||||
| bf_intern_elbeem | |||||
| ) | |||||
| add_definitions(-DWITH_MOD_FLUID) | |||||
| endif() | |||||
| if(WITH_MOD_SMOKE) | |||||
| list(APPEND LIB | list(APPEND LIB | ||||
| bf_intern_smoke | bf_intern_mantaflow | ||||
| ) | ) | ||||
| endif() | endif() | ||||
| if(WITH_INTERNATIONAL) | if(WITH_INTERNATIONAL) | ||||
| add_definitions(-DWITH_INTERNATIONAL) | add_definitions(-DWITH_INTERNATIONAL) | ||||
| endif() | endif() | ||||
| if(WITH_BULLET) | if(WITH_BULLET) | ||||
| Show All 9 Lines | |||||