summaryrefslogtreecommitdiffstats
path: root/xbmc/input/keyboard/CMakeLists.txt
blob: 14d48a802e2a5c6f5ed1999e6ad2ce46d58d0e80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set(SOURCES KeyboardEasterEgg.cpp
            KeymapActionMap.cpp
)

set(HEADERS interfaces/IActionMap.h
            interfaces/IKeyboardDriverHandler.h
            interfaces/IKeyboardInputHandler.h
            interfaces/IKeyboardInputProvider.h
            KeyboardEasterEgg.h
            KeyboardTypes.h
            KeymapActionMap.h
)

core_add_library(input_keyboard)