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/physics/CMakeLists.txt')
-rw-r--r--source/blender/physics/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/physics/CMakeLists.txt b/source/blender/physics/CMakeLists.txt
index 08ff1faca49..12080567585 100644
--- a/source/blender/physics/CMakeLists.txt
+++ b/source/blender/physics/CMakeLists.txt
@@ -28,6 +28,7 @@ set(INC
intern
../blenlib
../blenkernel
+ ../bmesh
../imbuf
../makesdna
../../../intern/guardedalloc
@@ -46,8 +47,10 @@ set(SRC
intern/implicit_blender.c
intern/implicit_eigen.cpp
intern/eigen_utils.h
+ intern/strands.cpp
BPH_mass_spring.h
+ BPH_strands.h
)
blender_add_lib(bf_physics "${SRC}" "${INC}" "${INC_SYS}")