summaryrefslogtreecommitdiffstats
path: root/xbmc/windowing/osx/CMakeLists.txt
blob: 433f5cfe14a0e166ff1ef44f261c732ceedb28d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
set(SOURCES CocoaDPMSSupport.cpp
            OSScreenSaverOSX.cpp
            VideoSyncOsx.mm)
set(HEADERS CocoaDPMSSupport.h
            OSScreenSaverOSX.h
            VideoSyncOsx.h)

if(NOT SDL_FOUND)
  list(APPEND SOURCES WinEventsOSX.mm
                      WinEventsOSXImpl.mm
                      WinSystemOSX.mm)
  list(APPEND HEADERS WinEventsOSX.h
                      WinEventsOSXImpl.h
                      WinSystemOSX.h)
endif()

core_add_library(windowing_osx)