kde-workspace/systemsettings/icons/CMakeLists.txt

14 lines
384 B
Text
Raw Normal View History

2014-11-13 19:30:51 +02:00
SET( icon_mode_srcs
IconMode.cpp
CategoryDrawer.cpp
CategorizedView.cpp
)
KDE4_ADD_PLUGIN(icon_mode ${icon_mode_srcs})
TARGET_LINK_LIBRARIES(icon_mode ${KDE4_KIO_LIBS} ${KDE4_KCMUTILS_LIBS} systemsettingsview )
INSTALL( TARGETS icon_mode DESTINATION ${KDE4_PLUGIN_INSTALL_DIR} )
INSTALL( FILES settings-icon-view.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR} )
2014-11-13 19:30:51 +02:00