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:
authorMitchell Stokes <mogurijin@gmail.com>2013-07-09 05:18:48 +0400
committerMitchell Stokes <mogurijin@gmail.com>2013-07-09 05:18:48 +0400
commita6d26cb6655064b0f58a233799fead3943c9c301 (patch)
tree2cd6ec7a8ca93da7101467533a54d45fff265788 /source/gameengine/GamePlayer/common/CMakeLists.txt
parent7b8453b164944e4b71e07a5a41b659e405611236 (diff)
BGE cleanup: GPC_System was an empty class, so I'm dropping it and having GPG_System inherit directly from KX_ISystem.
Diffstat (limited to 'source/gameengine/GamePlayer/common/CMakeLists.txt')
-rw-r--r--source/gameengine/GamePlayer/common/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/gameengine/GamePlayer/common/CMakeLists.txt b/source/gameengine/GamePlayer/common/CMakeLists.txt
index 956a6560a72..72f3e60b4a2 100644
--- a/source/gameengine/GamePlayer/common/CMakeLists.txt
+++ b/source/gameengine/GamePlayer/common/CMakeLists.txt
@@ -64,13 +64,11 @@ set(SRC
GPC_KeyboardDevice.cpp
GPC_MouseDevice.cpp
GPC_RenderTools.cpp
- GPC_System.cpp
GPC_Canvas.h
GPC_KeyboardDevice.h
GPC_MouseDevice.h
GPC_RenderTools.h
- GPC_System.h
)
add_definitions(-DGLEW_STATIC)