summaryrefslogtreecommitdiffstats
path: root/xbmc/input/joysticks/keymaps/CMakeLists.txt
blob: c854b3622b1c74ccc9b34adfacf105818104b40b (plain)
1
2
3
4
5
6
7
8
9
10
11
set(SOURCES KeyHandler.cpp
            KeymapHandler.cpp
            KeymapHandling.cpp
)

set(HEADERS KeyHandler.h
            KeymapHandler.h
            KeymapHandling.h
)

core_add_library(input_joystick_keymaps)