OSX/cmake: carbon cleanout

This commit is contained in:
Jens Verwiebe
2013-11-05 14:05:37 +00:00
parent 518c505a15
commit 8bc46d5be2

View File

@@ -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()