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-06-19 12:06:23 +0300
committerJacques Lucke <mail@jlucke.com>2019-06-19 12:06:23 +0300
commit0a7715e30862345c8ed4eb681898a178b68bf4fb (patch)
tree074e58a0261557ae8f5da2f0d3450bb955091cc5 /source/blender/simulations/CMakeLists.txt
parent3138c7c5d7912c4b90b13e78263886873e964826 (diff)
move forces into separate file
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 3ef9df3a6ba..08770db1712 100644
--- a/source/blender/simulations/CMakeLists.txt
+++ b/source/blender/simulations/CMakeLists.txt
@@ -23,6 +23,8 @@ set(SRC
bparticles/playground_solver.cpp
bparticles/emitters.hpp
bparticles/emitters.cpp
+ bparticles/forces.hpp
+ bparticles/forces.cpp
bparticles/attributes.hpp
bparticles/attributes.cpp
bparticles/c_wrapper.cpp