summaryrefslogtreecommitdiffstats
path: root/xbmc/games/ports/windows/CMakeLists.txt
blob: 4cf07ea029456669113f03fe391eaf39435ee8f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
set(SOURCES GUIPortList.cpp
            GUIPortWindow.cpp
)

set(HEADERS GUIPortDefines.h
            GUIPortList.h
            GUIPortWindow.h
            IPortList.h
)

core_add_library(games_ports_windows)