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/gameengine/GamePlayer/ghost/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/gameengine/GamePlayer/ghost/CMakeLists.txt') diff --git a/source/gameengine/GamePlayer/ghost/CMakeLists.txt b/source/gameengine/GamePlayer/ghost/CMakeLists.txt index 8810e875810..fe8c787c937 100644 --- a/source/gameengine/GamePlayer/ghost/CMakeLists.txt +++ b/source/gameengine/GamePlayer/ghost/CMakeLists.txt @@ -63,6 +63,11 @@ SET(SRC GPG_ghost.cpp GPG_KeyboardDevice.cpp GPG_System.cpp + + GPG_Application.h + GPG_Canvas.h + GPG_KeyboardDevice.h + GPG_System.h ) ADD_DEFINITIONS(-DGLEW_STATIC) -- cgit v1.2.3