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 15:23:57 +0300
committerJacques Lucke <jacques@blender.org>2020-07-17 15:23:57 +0300
commite3f8768d8a60b750d98bf976b6c1489d606b7891 (patch)
treece68715ecd0ea5ab9cea5c7edb6cd9f23268bccb /source/blender/simulation/CMakeLists.txt
parent267923604754a50064c04a925a841a6714253d72 (diff)
Refactor: move ParticleFunction to separate file
Diffstat (limited to 'source/blender/simulation/CMakeLists.txt')
-rw-r--r--source/blender/simulation/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/simulation/CMakeLists.txt b/source/blender/simulation/CMakeLists.txt
index f9fc0b5c798..fa4838b0875 100644
--- a/source/blender/simulation/CMakeLists.txt
+++ b/source/blender/simulation/CMakeLists.txt
@@ -44,9 +44,11 @@ set(SRC
intern/implicit.h
intern/implicit_blender.c
intern/implicit_eigen.cpp
+ intern/particle_function.cc
intern/simulation_update.cc
SIM_mass_spring.h
+ SIM_particle_function.hh
SIM_simulation_update.hh
)