Remove this line
[kdeaccessibility.git] / kttsd / players / alsaplayer / CMakeLists.txt
blobf162ce0c71631fd0a871169b211095fc210dd43f
2 include_directories( ${CMAKE_SOURCE_DIR}/kttsd/libkttsd  )
5 ########### next target ###############
7 set(kttsd_alsaplugin_PART_SRCS alsaplugin.cpp alsaplayer.cpp )
9 kde4_add_plugin(kttsd_alsaplugin WITH_PREFIX ${kttsd_alsaplugin_PART_SRCS})
13 target_link_libraries(kttsd_alsaplugin  ${KDE4_KDECORE_LIBS} ${ASOUND_LIBRARY} kttsd )
15 install(TARGETS kttsd_alsaplugin  DESTINATION ${PLUGIN_INSTALL_DIR} )
18 ########### install files ###############
20 install( FILES kttsd_alsaplugin.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )