
include_directories( ${CMAKE_SOURCE_DIR}/noatun/library  )


########### next target ###############

set(noatun_voiceprint_PART_SRCS voiceprint.cpp prefs.cpp )


kde4_add_plugin(noatun_voiceprint ${noatun_voiceprint_PART_SRCS})



target_link_libraries(noatun_voiceprint  ${KDE4_KDECORE_LIBS} noatun m )

install(TARGETS noatun_voiceprint  DESTINATION ${PLUGIN_INSTALL_DIR} )


########### install files ###############

install( FILES voiceprint.plugin  DESTINATION  ${DATA_INSTALL_DIR}/noatun )




