Warning, /plasma/plasma-bigscreen/components/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 project(bigscreen)
0002 
0003 set(bigscreen_SRCS
0004     envreader.cpp
0005     bigscreenplugin.cpp
0006     bigscreenplugin_dbus.cpp
0007     )
0008 
0009 add_library(bigscreenplugin SHARED ${bigscreen_SRCS})
0010 target_link_libraries(bigscreenplugin Qt::Core Qt::Qml Qt::Quick Qt::DBus)
0011 
0012 install(TARGETS bigscreenplugin DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/mycroft/bigscreen)
0013 
0014 install(FILES qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/mycroft/bigscreen)
0015 
0016 install(DIRECTORY qml/ DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/mycroft/bigscreen)
0017 
0018