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:
authorCampbell Barton <ideasman42@gmail.com>2012-12-04 18:43:42 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-04 18:43:42 +0400
commit767bfba808b82eb4dcf0d9f27c1a6dd428b1447f (patch)
tree8fad4e01b349621dab619c0f8e81fc4aa5f665ab /source/blender/blenlib/CMakeLists.txt
parent41b6e700e09bd936227f1aec51f8cbfaf6ee864b (diff)
cmake was missing some header files.
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 10ae26d3757..8a3b1c9675b 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -128,6 +128,7 @@ set(SRC
BLI_math_color.h
BLI_math_geom.h
BLI_math_inline.h
+ BLI_math_interp.h
BLI_math_matrix.h
BLI_math_rotation.h
BLI_math_vector.h