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:
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