repo.or.cz
/
xbmc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Windows] Remove redundant DirectSound error codes
[xbmc.git]
/
xbmc
/
platform
/
android
/
speech
/
CMakeLists.txt
blob
70bc91784353e8e68f0abf4dd31f144bf9a9ab6d
1
set(SOURCES SpeechRecognitionAndroid.cpp
2
SpeechRecognitionListenerAndroid.cpp)
3
4
set(HEADERS ISpeechRecognitionCallback.h
5
SpeechRecognitionAndroid.h
6
SpeechRecognitionListenerAndroid.h)
7
8
core_add_library(platform_android_speech)