15 lines
401 B
CMake
15 lines
401 B
CMake
set(kdeconnect_telephony_SRCS
|
|
telephonyplugin.cpp
|
|
)
|
|
|
|
add_library(kdeconnect_telephony MODULE ${kdeconnect_telephony_SRCS})
|
|
|
|
target_link_libraries(kdeconnect_telephony
|
|
kdeconnectcore
|
|
KF5::I18n
|
|
KF5::Service
|
|
KF5::Notifications
|
|
)
|
|
|
|
install(TARGETS kdeconnect_telephony DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
install(FILES kdeconnect_telephony.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|