add more spacing
[personal-kdebase.git] / workspace / plasma / containments / panel / CMakeLists.txt
blobf003f879f73c2c30904e52184c37d620e2ea1136
2 set(panel_SRCS
3     panel.cpp)
5 include_directories(
6     ${KDEBASE_WORKSPACE_SOURCE_DIR}/libs/kephal)
8 kde4_add_plugin(plasma_containment_panel ${panel_SRCS})
9 target_link_libraries(plasma_containment_panel ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS} kephal)
11 install(TARGETS plasma_containment_panel DESTINATION ${PLUGIN_INSTALL_DIR})
12 install(FILES plasma-containment-panel.desktop DESTINATION ${SERVICES_INSTALL_DIR})