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.
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user