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:
authorJacques Lucke <mail@jlucke.com>2019-07-24 16:46:30 +0300
committerJacques Lucke <mail@jlucke.com>2019-07-24 16:46:30 +0300
commit1cc5f8344261a237d1eb63268c5aec6b9fc51851 (patch)
tree5dd86a24665a971b213bf5205647ba7bcb38a79b /source/blender/simulations/CMakeLists.txt
parente468ca977e683aac8c30ed774029ced58c60a36d (diff)
introduce force interface
Diffstat (limited to 'source/blender/simulations/CMakeLists.txt')
-rw-r--r--source/blender/simulations/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/simulations/CMakeLists.txt b/source/blender/simulations/CMakeLists.txt
index 6d4c5721526..49d081d890e 100644
--- a/source/blender/simulations/CMakeLists.txt
+++ b/source/blender/simulations/CMakeLists.txt
@@ -54,6 +54,8 @@ set(SRC
bparticles/offset_handlers.cpp
bparticles/particle_function.hpp
bparticles/particle_function.cpp
+ bparticles/force_interface.hpp
+ bparticles/force_interface.cpp
)
set(LIB