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>2010-11-29 07:35:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-11-29 07:35:56 +0300
commite8397e6193452f6e93a19c5aa31d5effaff54f25 (patch)
treec4adb230624abb1c92b31482605e1927e819e6d2 /source/blender/python/generic/CMakeLists.txt
parent4c82be95fdaa4bef2f186b12ac28f58fa9a40564 (diff)
include headers in cmake source, added a script to check for consistency, reporting missing headers & C files.
this is important so IDE's using CMake integration always get blender headers. - QtCreator & MSVC for eg, probably others too.
Diffstat (limited to 'source/blender/python/generic/CMakeLists.txt')
-rw-r--r--source/blender/python/generic/CMakeLists.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/source/blender/python/generic/CMakeLists.txt b/source/blender/python/generic/CMakeLists.txt
index 6513cf66c47..5f5575f206b 100644
--- a/source/blender/python/generic/CMakeLists.txt
+++ b/source/blender/python/generic/CMakeLists.txt
@@ -42,6 +42,19 @@ SET(SRC
mathutils_vector.c
noise.c
py_capi_utils.c
+
+ IDProp.h
+ bgl.h
+ blf_api.h
+ bpy_internal_import.h
+ mathutils.h
+ mathutils_color.h
+ mathutils_euler.h
+ mathutils_geometry.h
+ mathutils_matrix.h
+ mathutils_quat.h
+ mathutils_vector.h
+ py_capi_utils.h
)
BLENDERLIB(bf_python_ext "${SRC}" "${INC}")