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 22:19:48 +0300
committerJacques Lucke <jacques@blender.org>2020-07-17 22:20:51 +0300
commitaa8279648e22c8fc5ffc943036b77c47d1f8a764 (patch)
tree076bd188af901b2de560620c72b640c85eb30b79 /source/blender/simulation/CMakeLists.txt
parent25582aef61ce6fdf8e6e9b8f86e5bff294370f3d (diff)
Simulation: extract node tree parsing code to separate file
Diffstat (limited to 'source/blender/simulation/CMakeLists.txt')
-rw-r--r--source/blender/simulation/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/simulation/CMakeLists.txt b/source/blender/simulation/CMakeLists.txt
index ec8880dd8cd..a19e96e1a91 100644
--- a/source/blender/simulation/CMakeLists.txt
+++ b/source/blender/simulation/CMakeLists.txt
@@ -41,13 +41,15 @@ set(SRC
intern/hair_volume.cpp
intern/implicit_blender.c
intern/implicit_eigen.cpp
- intern/simulation_solver.cc
intern/particle_function.cc
+ intern/simulation_collect_influences.cc
+ intern/simulation_solver.cc
intern/simulation_update.cc
intern/ConstrainedConjugateGradient.h
intern/eigen_utils.h
intern/implicit.h
+ intern/simulation_collect_influences.hh
intern/simulation_solver.hh
SIM_mass_spring.h