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 <jacques@blender.org>2020-07-17 21:51:52 +0300
committerJacques Lucke <jacques@blender.org>2020-07-17 22:20:51 +0300
commit25582aef61ce6fdf8e6e9b8f86e5bff294370f3d (patch)
treee32a47f2b7dabd4d22fb13048165031628337021 /source/blender/simulation/CMakeLists.txt
parent69d14c0ddbfb6ccbc0e321169967c46389bfdd32 (diff)
Simulation: separate code from node tree parsing and solver
Diffstat (limited to 'source/blender/simulation/CMakeLists.txt')
-rw-r--r--source/blender/simulation/CMakeLists.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/source/blender/simulation/CMakeLists.txt b/source/blender/simulation/CMakeLists.txt
index fa4838b0875..ec8880dd8cd 100644
--- a/source/blender/simulation/CMakeLists.txt
+++ b/source/blender/simulation/CMakeLists.txt
@@ -38,15 +38,18 @@ set(INC_SYS
set(SRC
intern/SIM_mass_spring.cpp
- intern/ConstrainedConjugateGradient.h
- intern/eigen_utils.h
intern/hair_volume.cpp
- intern/implicit.h
intern/implicit_blender.c
intern/implicit_eigen.cpp
+ intern/simulation_solver.cc
intern/particle_function.cc
intern/simulation_update.cc
+ intern/ConstrainedConjugateGradient.h
+ intern/eigen_utils.h
+ intern/implicit.h
+ intern/simulation_solver.hh
+
SIM_mass_spring.h
SIM_particle_function.hh
SIM_simulation_update.hh