8 lines
249 B
CMake
8 lines
249 B
CMake
|
set(kdeconnect_bigscreen_SRCS
|
||
|
bigscreenplugin.cpp
|
||
|
)
|
||
|
|
||
|
kdeconnect_add_plugin(kdeconnect_bigscreen JSON kdeconnect_bigscreen.json SOURCES ${kdeconnect_bigscreen_SRCS})
|
||
|
|
||
|
target_link_libraries(kdeconnect_bigscreen kdeconnectcore Qt5::DBus KF5::I18n)
|