summaryrefslogtreecommitdiffstats
path: root/xbmc/input/touch/CMakeLists.txt
blob: 12a228bda6056a7f925462510ece9a358b074499 (plain)
1
2
3
4
5
6
7
8
set(SOURCES ITouchInputHandling.cpp)

set(HEADERS ITouchActionHandler.h
            ITouchInputHandler.h
            ITouchInputHandling.h
            TouchTypes.h)

core_add_library(input_touch)