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/avi/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source/blender/avi/CMakeLists.txt') diff --git a/source/blender/avi/CMakeLists.txt b/source/blender/avi/CMakeLists.txt index 62bf51dada3..917b2a8e3b0 100644 --- a/source/blender/avi/CMakeLists.txt +++ b/source/blender/avi/CMakeLists.txt @@ -38,6 +38,13 @@ SET(SRC intern/mjpeg.c intern/options.c intern/rgb32.c + + AVI_avi.h + intern/avi_intern.h + intern/avirgb.h + intern/endian.h + intern/mjpeg.h + intern/rgb32.h ) BLENDERLIB(bf_avi "${SRC}" "${INC}") -- cgit v1.2.3