diff options
Diffstat (limited to 'xbmc/input/keyboard/CMakeLists.txt')
-rw-r--r-- | xbmc/input/keyboard/CMakeLists.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/xbmc/input/keyboard/CMakeLists.txt b/xbmc/input/keyboard/CMakeLists.txt new file mode 100644 index 0000000..14d48a8 --- /dev/null +++ b/xbmc/input/keyboard/CMakeLists.txt @@ -0,0 +1,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) |