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-03-15 10:08:27 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-15 10:08:27 +0400
commit6ed9c58a3db5abe45b3c07cf9ab62a1c4099f77b (patch)
treed85cfc07354c2ce300994d1108f9cf8a1ac58bcb /source/blender/python/bmesh/CMakeLists.txt
parentf53888c5ccc95f2ad362b0e3b2e03f04d26983b0 (diff)
prepare for adding bmesh py api for customdata layer access - no functional changes.
Diffstat (limited to 'source/blender/python/bmesh/CMakeLists.txt')
-rw-r--r--source/blender/python/bmesh/CMakeLists.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/python/bmesh/CMakeLists.txt b/source/blender/python/bmesh/CMakeLists.txt
index 2b5a58171b6..512b3291186 100644
--- a/source/blender/python/bmesh/CMakeLists.txt
+++ b/source/blender/python/bmesh/CMakeLists.txt
@@ -33,13 +33,15 @@ set(INC_SYS
set(SRC
bmesh_py_api.c
- bmesh_py_select.c
bmesh_py_types.c
+ bmesh_py_types_customdata.c
+ bmesh_py_types_select.c
bmesh_py_utils.c
bmesh_py_api.h
- bmesh_py_select.h
bmesh_py_types.h
+ bmesh_py_types_customdata.h
+ bmesh_py_types_select.h
bmesh_py_utils.h
)