kdeconnect-kde/plugins/telephony/CMakeLists.txt
2014-06-18 02:39:30 +02:00

10 lines
363 B
CMake

set(kdeconnect_telephony_SRCS
telephonyplugin.cpp
)
add_library(kdeconnect_telephony MODULE ${kdeconnect_telephony_SRCS})
target_link_libraries(kdeconnect_telephony kdeconnectcore KF5::KDELibs4Support)
install(TARGETS kdeconnect_telephony DESTINATION ${PLUGIN_INSTALL_DIR} )
install(FILES kdeconnect_telephony.desktop DESTINATION ${SERVICES_INSTALL_DIR} )