Warning, /utilities/mycroft-plasmoid/plugin/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 kde_enable_exceptions()
0002 
0003 add_definitions(-DTRANSLATION_DOMAIN=\"mycroftplasmoidplugin\")
0004 
0005 set(mycroftplasmoidplugin_SRCS mycroftplasmoidplugin.cpp notify.cpp mycroftplasmoid_dbus.cpp)
0006 
0007 add_library(mycroftplasmoidplugin SHARED ${mycroftplasmoidplugin_SRCS})
0008 
0009 target_link_libraries(mycroftplasmoidplugin Qt5::Gui Qt5::Core Qt5::Qml Qt5::DBus Qt5::Network KF5::Plasma KF5::I18n KF5::Notifications)
0010 
0011 install(TARGETS mycroftplasmoidplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/private/mycroftplasmoid)
0012 
0013 install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/private/mycroftplasmoid)
0014 
0015 install(FILES mycroftPlasmoid.notifyrc DESTINATION ${KNOTIFYRC_INSTALL_DIR})