summaryrefslogtreecommitdiffstats
path: root/xbmc/speech/CMakeLists.txt
blob: 1c912dd69c20f2695817f98b8a91bafe1d149f27 (plain)
1
2
3
4
5
6
7
set(HEADERS ISpeechRecognition.h
            ISpeechRecognitionListener.h
            SpeechRecognitionErrors.h)

if(NOT ENABLE_STATIC_LIBS)
  core_add_library(speech)
endif()