[Windows] Remove redundant DirectSound error codes
[xbmc.git] / xbmc / platform / android / peripherals / CMakeLists.txt
blob38a1e2e2d6128f4ea8e5679983794c4aeb47ee4e
1 set(SOURCES AndroidJoystickState.cpp
2             AndroidJoystickTranslator.cpp
3             PeripheralBusAndroid.cpp)
5 set(HEADERS AndroidJoystickState.h
6             AndroidJoystickTranslator.h
7             PeripheralBusAndroid.h)
9 core_add_library(platform_android_peripherals)