diff options
Diffstat (limited to 'interfaces/kspeech/CMakeLists.txt')
-rw-r--r-- | interfaces/kspeech/CMakeLists.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/interfaces/kspeech/CMakeLists.txt b/interfaces/kspeech/CMakeLists.txt new file mode 100644 index 000000000..5bf284687 --- /dev/null +++ b/interfaces/kspeech/CMakeLists.txt @@ -0,0 +1,21 @@ +################################################# +# +# (C) 2010 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +##### headers ################################### + +install( FILES + kspeech.h kspeechsink.h + DESTINATION ${INCLUDE_INSTALL_DIR} ) + + +##### other data ################################ + +install( FILES dcoptexttospeech.desktop DESTINATION ${SHARE_INSTALL_DIR}/servicetypes ) |