kdeconnect-kde/plugins/remotekeyboard/CMakeLists.txt

9 lines
220 B
CMake
Raw Permalink Normal View History

kdeconnect_add_plugin(kdeconnect_remotekeyboard JSON kdeconnect_remotekeyboard.json
SOURCES remotekeyboardplugin.cpp)
target_link_libraries(kdeconnect_remotekeyboard
kdeconnectcore
KF5::I18n
Qt5::DBus
)