[Test] Added tests for CUtil::SplitParams
[xbmc.git] / xbmc / speech / CMakeLists.txt
blob1c912dd69c20f2695817f98b8a91bafe1d149f27
1 set(HEADERS ISpeechRecognition.h
2             ISpeechRecognitionListener.h
3             SpeechRecognitionErrors.h)
5 if(NOT ENABLE_STATIC_LIBS)
6   core_add_library(speech)
7 endif()