add more spacing
[personal-kdebase.git] / apps / kinfocenter / memory / CMakeLists.txt
blob43bd49cd38606b57bf2551deedb0f3cdf4b17907
2 ########### next target ###############
4 set(KCM_MEMORY_PART_SRCS memory.cpp chartWidget.cpp totalMemoryChart.cpp physicalMemoryChart.cpp swapMemoryChart.cpp )
6 kde4_add_plugin(kcm_memory ${KCM_MEMORY_PART_SRCS})
8 target_link_libraries(kcm_memory ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY})
10 install(TARGETS kcm_memory  DESTINATION ${PLUGIN_INSTALL_DIR})
12 ########### install files ###############
14 install( FILES kcm_memory.desktop  DESTINATION  ${SERVICES_INSTALL_DIR})