kdeconnect-kde/plugins/ping/CMakeLists.txt

11 lines
328 B
CMake
Raw Normal View History

set(kdeconnect_ping_SRCS
2013-08-13 04:14:46 +01:00
pingplugin.cpp
)
add_library(kdeconnect_ping MODULE ${kdeconnect_ping_SRCS})
2014-06-18 01:39:30 +01:00
target_link_libraries(kdeconnect_ping kdeconnectcore KF5::KDELibs4Support)
install(TARGETS kdeconnect_ping DESTINATION ${PLUGIN_INSTALL_DIR} )
install(FILES kdeconnect_ping.desktop DESTINATION ${SERVICES_INSTALL_DIR} )