2015-09-01 04:37:19 +03:00
|
|
|
if(ENABLE_TESTING)
|
|
|
|
add_subdirectory(tests)
|
|
|
|
endif()
|
2014-11-15 03:14:34 +02:00
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
2015-09-01 04:37:19 +03:00
|
|
|
set(kcm_icons_PART_SRCS iconthemes.cpp icons.cpp main.cpp)
|
2014-11-15 03:14:34 +02:00
|
|
|
|
|
|
|
kde4_add_plugin(kcm_icons ${kcm_icons_PART_SRCS})
|
|
|
|
|
2015-01-11 20:59:41 +00:00
|
|
|
target_link_libraries(kcm_icons ${KDE4_KIO_LIBS})
|
2014-11-15 03:14:34 +02:00
|
|
|
|
2015-09-01 04:37:19 +03:00
|
|
|
install(TARGETS kcm_icons DESTINATION ${PLUGIN_INSTALL_DIR})
|
2014-11-15 03:14:34 +02:00
|
|
|
|
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
2015-09-01 04:37:19 +03:00
|
|
|
install(FILES icons.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|
|
|
|
install(FILES icons.knsrc DESTINATION ${CONFIG_INSTALL_DIR})
|