From e8397e6193452f6e93a19c5aa31d5effaff54f25 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 29 Nov 2010 04:35:56 +0000 Subject: 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. --- source/blender/python/generic/CMakeLists.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'source/blender/python/generic/CMakeLists.txt') 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}") -- cgit v1.2.3