summaryrefslogtreecommitdiffstats
path: root/xbmc/games/controllers/CMakeLists.txt
blob: b00e1caa4a23805bb11cda7d82a707f1a122f4db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set(SOURCES Controller.cpp
            ControllerLayout.cpp
            ControllerManager.cpp
            ControllerTranslator.cpp)

set(HEADERS Controller.h
            ControllerDefinitions.h
            ControllerIDs.h
            ControllerLayout.h
            ControllerManager.h
            ControllerTranslator.h
            ControllerTypes.h)

core_add_library(games_controller)