You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
326 B
7 lines
326 B
project(windowedwidgetsrunner) |
|
|
|
add_library(krunner_windowedwidgets MODULE windowedwidgetsrunner.cpp) |
|
target_link_libraries(krunner_windowedwidgets KF5::Plasma) |
|
|
|
install(TARGETS krunner_windowedwidgets DESTINATION ${PLUGIN_INSTALL_DIR}) |
|
install(FILES plasma-runner-windowedwidgets.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|
|
|