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/editors/space_info/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/editors/space_info/CMakeLists.txt') diff --git a/source/blender/editors/space_info/CMakeLists.txt b/source/blender/editors/space_info/CMakeLists.txt index 47bbfec5fe5..4592a07ed85 100644 --- a/source/blender/editors/space_info/CMakeLists.txt +++ b/source/blender/editors/space_info/CMakeLists.txt @@ -38,6 +38,9 @@ SET(SRC info_report.c textview.c space_info.c + + info_intern.h + textview.h ) BLENDERLIB(bf_editor_space_info "${SRC}" "${INC}") -- cgit v1.2.3