summaryrefslogtreecommitdiffstats
path: root/xbmc/games/controllers/windows/CMakeLists.txt
blob: 72c815474c218025694a9b9b3d8ff857a5c3b4c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
set(SOURCES GUIConfigurationWizard.cpp
            GUIControllerList.cpp
            GUIControllerWindow.cpp
            GUIFeatureList.cpp
)

set(HEADERS GUIConfigurationWizard.h
            GUIControllerDefines.h
            GUIControllerList.h
            GUIControllerWindow.h
            GUIFeatureList.h
            IConfigurationWindow.h
)

core_add_library(games_controller_windows)