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-07 13:17:22 +0300
committerJacques Lucke <mail@jlucke.com>2019-06-07 13:17:22 +0300
commit3d797d0070d1b0b64cf5d9dd9e6fec2728c51579 (patch)
tree72131c35815fc9b48669849c5303497357373bac /source/blender/simulations/CMakeLists.txt
parent41cbcf96e9a278eb36a9402c4271929fad9db23e (diff)
splitup bparticles code into multiple files
Diffstat (limited to 'source/blender/simulations/CMakeLists.txt')
-rw-r--r--source/blender/simulations/CMakeLists.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/source/blender/simulations/CMakeLists.txt b/source/blender/simulations/CMakeLists.txt
index 78fbfcf9cd3..f4c9c9c680c 100644
--- a/source/blender/simulations/CMakeLists.txt
+++ b/source/blender/simulations/CMakeLists.txt
@@ -13,7 +13,13 @@ set(INC_SYS
set(SRC
- playground.cpp
+ BParticles.h
+
+ bparticles/core.hpp
+ bparticles/core.cpp
+ bparticles/playground_solver.hpp
+ bparticles/playground_solver.cpp
+ bparticles/c_wrapper.cpp
)
set(LIB