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>2013-11-05 18:05:37 +0400
committerJens Verwiebe <info@jensverwiebe.de>2013-11-05 18:05:37 +0400
commit8bc46d5be2a64d938f1fb917c9cb55d8bb5f7190 (patch)
treeed7064551bb4348fdc080c3f4579909607a7b687 /source/blender/windowmanager/CMakeLists.txt
parent518c505a156a925868708d4cbc96daf766f5c6e2 (diff)
OSX/cmake: carbon cleanout
Diffstat (limited to 'source/blender/windowmanager/CMakeLists.txt')
-rw-r--r--source/blender/windowmanager/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/blender/windowmanager/CMakeLists.txt b/source/blender/windowmanager/CMakeLists.txt
index b9a5b5ffaae..5f993297840 100644
--- a/source/blender/windowmanager/CMakeLists.txt
+++ b/source/blender/windowmanager/CMakeLists.txt
@@ -124,14 +124,6 @@ if(WITH_GAMEENGINE)
add_definitions(-DWITH_GAMEENGINE)
endif()
-if(APPLE)
- if(NOT WITH_COCOA)
- list(APPEND SRC
- intern/wm_apple.c
- )
- endif()
-endif()
-
if(WITH_BUILDINFO)
add_definitions(-DWITH_BUILDINFO)
endif()