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:
authorCampbell Barton <ideasman42@gmail.com>2013-07-15 12:26:16 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-07-15 12:26:16 +0400
commit02ba328ca8a4f606deaed531274b93ed7aa8ea6f (patch)
treea3e4f60af858f8a7d706b6a5a0d6c8c94892b313 /source/gameengine/GamePlayer/ghost/CMakeLists.txt
parentc0b28134cb2a19147f2aaa8e22b16487f0183506 (diff)
clang/cmake - quiet warnings for external libs and reference moto as a system include.
Diffstat (limited to 'source/gameengine/GamePlayer/ghost/CMakeLists.txt')
-rw-r--r--source/gameengine/GamePlayer/ghost/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/gameengine/GamePlayer/ghost/CMakeLists.txt b/source/gameengine/GamePlayer/ghost/CMakeLists.txt
index 0e9422c07aa..4ac9e78232e 100644
--- a/source/gameengine/GamePlayer/ghost/CMakeLists.txt
+++ b/source/gameengine/GamePlayer/ghost/CMakeLists.txt
@@ -49,16 +49,16 @@ set(INC
../../../../intern/container
../../../../intern/ghost
../../../../intern/guardedalloc
- ../../../../intern/moto/include
../../../../intern/string
)
set(INC_SYS
+ ../../../../intern/moto/include
${GLEW_INCLUDE_PATH}
${PYTHON_INCLUDE_DIRS}
)
-set(SRC
+set(SRC
GPG_Application.cpp
GPG_Canvas.cpp
GPG_KeyboardDevice.cpp