This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
project(knotify-method-dummy) |
| 2 |
|
| 3 |
find_package(KDE4 REQUIRED) |
| 4 |
include (KDE4Defaults) |
| 5 |
|
| 6 |
set(dummy_SRCS |
| 7 |
notifybydummy.cpp |
| 8 |
) |
| 9 |
|
| 10 |
include_directories( ${KDE4_INCLUDES} ) |
| 11 |
|
| 12 |
kde4_add_plugin(knotify_method_dummy ${dummy_SRCS}) |
| 13 |
|
| 14 |
target_link_libraries( knotify_method_dummy ${KDE4_KDECORE_LIBS} knotifyplugin) |
| 15 |
|
| 16 |
install(FILES knotify-method-dummy.desktop DESTINATION ${SERVICES_INSTALL_DIR}) |
| 17 |
install(TARGETS knotify_method_dummy DESTINATION ${PLUGIN_INSTALL_DIR}) |