kdeconnect-kde/plugins/bigscreen/CMakeLists.txt

8 lines
254 B
CMake
Raw Normal View History

set(kdeconnect_bigscreen_SRCS
bigscreenplugin.cpp
)
kdeconnect_add_plugin(kdeconnect_bigscreen SOURCES ${kdeconnect_bigscreen_SRCS})
2023-04-15 11:57:52 +01:00
target_link_libraries(kdeconnect_bigscreen kdeconnectcore Qt${QT_MAJOR_VERSION}::DBus KF${QT_MAJOR_VERSION}::I18n)