From 0dd6988a1e92752b9e87381a9167233c5a7ea9d8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 26 Feb 2013 23:08:42 +0000 Subject: add PHY headers to cmake's ketsji (else some IDE's won't show) --- source/gameengine/Ketsji/CMakeLists.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'source/gameengine/Ketsji/CMakeLists.txt') diff --git a/source/gameengine/Ketsji/CMakeLists.txt b/source/gameengine/Ketsji/CMakeLists.txt index 7f748013648..fa40dad21e7 100644 --- a/source/gameengine/Ketsji/CMakeLists.txt +++ b/source/gameengine/Ketsji/CMakeLists.txt @@ -222,6 +222,18 @@ set(SRC KX_VisibilityActuator.h KX_WorldInfo.h KX_WorldIpoController.h + + # orphan headers (not apart of a library) + ../Physics/common/PHY_DynamicTypes.h + ../Physics/common/PHY_ICharacter.h + ../Physics/common/PHY_IController.h + ../Physics/common/PHY_IGraphicController.h + ../Physics/common/PHY_IMotionState.h + ../Physics/common/PHY_IPhysicsController.h + ../Physics/common/PHY_IPhysicsEnvironment.h + ../Physics/common/PHY_IVehicle.h + ../Physics/common/PHY_Pro.h + ) add_definitions(-DGLEW_STATIC) -- cgit v1.2.3