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:
authorJens Verwiebe <info@jensverwiebe.de>2012-11-10 17:53:58 +0400
committerJens Verwiebe <info@jensverwiebe.de>2012-11-10 17:53:58 +0400
commit4ec5a42456bf64e19377cd4ebd9dd7210dbe45c2 (patch)
treed910f87aabe20c3edffee5fe9cbd5eacd4fb0c00 /intern/ghost/CMakeLists.txt
parent472b3d47f90f22144de2466d11671efa6c23c7e8 (diff)
OSX/cmake: little cleanup in ghost
Diffstat (limited to 'intern/ghost/CMakeLists.txt')
-rw-r--r--intern/ghost/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index e52ac0af2ed..ea09987c564 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -189,7 +189,6 @@ elseif(APPLE)
if(WITH_INPUT_NDOF)
list(APPEND SRC
intern/GHOST_NDOFManagerCocoa.mm
-
intern/GHOST_NDOFManagerCocoa.h
)
endif()