Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/physics/CMakeLists.txt
| Show All 22 Lines | set(INC | ||||
| ../../depsgraph | ../../depsgraph | ||||
| ../../gpu | ../../gpu | ||||
| ../../makesdna | ../../makesdna | ||||
| ../../makesrna | ../../makesrna | ||||
| ../../windowmanager | ../../windowmanager | ||||
| ../../../../intern/elbeem/extern | ../../../../intern/elbeem/extern | ||||
| ../../../../intern/guardedalloc | ../../../../intern/guardedalloc | ||||
| ../../../../intern/glew-mx | ../../../../intern/glew-mx | ||||
| ../../../../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 | ||||
| particle_boids.c | particle_boids.c | ||||
| particle_edit.c | particle_edit.c | ||||
| particle_edit_undo.c | particle_edit_undo.c | ||||
| particle_object.c | particle_object.c | ||||
| physics_fluid.c | physics_fluid.c | ||||
| physics_manta.c | |||||
| physics_ops.c | physics_ops.c | ||||
| physics_pointcache.c | physics_pointcache.c | ||||
| rigidbody_constraint.c | rigidbody_constraint.c | ||||
| rigidbody_object.c | rigidbody_object.c | ||||
| rigidbody_world.c | rigidbody_world.c | ||||
| particle_edit_utildefines.h | particle_edit_utildefines.h | ||||
| physics_intern.h | physics_intern.h | ||||
| Show All 20 Lines | |||||