Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/GamePlayer/common/CMakeLists.txt')
-rw-r--r--source/gameengine/GamePlayer/common/CMakeLists.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/source/gameengine/GamePlayer/common/CMakeLists.txt b/source/gameengine/GamePlayer/common/CMakeLists.txt
index 3ed2490aadd..45d760d4efb 100644
--- a/source/gameengine/GamePlayer/common/CMakeLists.txt
+++ b/source/gameengine/GamePlayer/common/CMakeLists.txt
@@ -67,6 +67,25 @@ SET(SRC
GPC_RawLogoArrays.cpp
GPC_RenderTools.cpp
GPC_System.cpp
+
+ GPC_Canvas.h
+ GPC_Engine.h
+ GPC_KeyboardDevice.h
+ GPC_MouseDevice.h
+ GPC_RawImage.h
+ GPC_RawLoadDotBlendArray.h
+ GPC_RawLogoArrays.h
+ GPC_RenderTools.h
+ GPC_System.h
+ unix/GPU_Canvas.h
+ unix/GPU_Engine.h
+ unix/GPU_KeyboardDevice.h
+ unix/GPU_PolygonMaterial.h
+ unix/GPU_System.h
+ windows/GPW_Canvas.h
+ windows/GPW_Engine.h
+ windows/GPW_KeyboardDevice.h
+ windows/GPW_System.h
)
IF(WITH_PYTHON)