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>2011-07-15 08:01:47 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-07-15 08:01:47 +0400
commit3a6158a8bf2b5518ef3a126b003debeba6bbea90 (patch)
treee4fe01e9fbc035dd116c3abf8ba6976b696196cb /source/blender/python/CMakeLists.txt
parent5ff9acfd28211d90045e9dc08da7790099b9c462 (diff)
move mathutils into its own lib.
Diffstat (limited to 'source/blender/python/CMakeLists.txt')
-rw-r--r--source/blender/python/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/CMakeLists.txt b/source/blender/python/CMakeLists.txt
index fe9e0307703..8071edb378f 100644
--- a/source/blender/python/CMakeLists.txt
+++ b/source/blender/python/CMakeLists.txt
@@ -18,3 +18,4 @@
add_subdirectory(intern)
add_subdirectory(generic)
+add_subdirectory(mathutils)