[Windows] Remove redundant DirectSound error codes
[xbmc.git] / xbmc / platform / android / speech / CMakeLists.txt
blob70bc91784353e8e68f0abf4dd31f144bf9a9ab6d
1 set(SOURCES SpeechRecognitionAndroid.cpp
2             SpeechRecognitionListenerAndroid.cpp)
4 set(HEADERS ISpeechRecognitionCallback.h
5             SpeechRecognitionAndroid.h
6             SpeechRecognitionListenerAndroid.h)
8 core_add_library(platform_android_speech)