10 lines
363 B
CMake
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} )
|