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/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index f21a7ec614b..dcf7c3b5d39 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -85,6 +85,7 @@ set(SRC
intern/math_matrix.c
intern/math_rotation.c
intern/math_solvers.c
+ intern/math_statistics.c
intern/math_vector.c
intern/math_vector_inline.c
intern/noise.c
@@ -165,6 +166,7 @@ set(SRC
BLI_math_matrix.h
BLI_math_rotation.h
BLI_math_solvers.h
+ BLI_math_statistics.h
BLI_math_vector.h
BLI_memarena.h
BLI_mempool.h