From e3f8768d8a60b750d98bf976b6c1489d606b7891 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Fri, 17 Jul 2020 14:23:57 +0200 Subject: Refactor: move ParticleFunction to separate file --- source/blender/simulation/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/simulation/CMakeLists.txt') 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 ) -- cgit v1.2.3