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.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
)