8 lines
206 B
CMake
8 lines
206 B
CMake
|
kdeconnect_add_plugin(kdeconnect_remotekeyboard JSON kdeconnect_remotekeyboard.json
|
||
|
SOURCES remotekeyboardplugin.cpp)
|
||
|
|
||
|
target_link_libraries(kdeconnect_remotekeyboard
|
||
|
kdeconnectcore
|
||
|
Qt5::DBus
|
||
|
)
|