mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
19 lines
492 B
CMake
19 lines
492 B
CMake
if(ENABLE_TESTING)
|
|
add_subdirectory(tests)
|
|
endif()
|
|
|
|
########### next target ###############
|
|
|
|
set(kcm_icons_PART_SRCS iconthemes.cpp icons.cpp main.cpp)
|
|
|
|
kde4_add_plugin(kcm_icons ${kcm_icons_PART_SRCS})
|
|
|
|
target_link_libraries(kcm_icons ${KDE4_KIO_LIBS})
|
|
|
|
install(TARGETS kcm_icons DESTINATION ${PLUGIN_INSTALL_DIR})
|
|
|
|
|
|
########### install files ###############
|
|
|
|
install(FILES icons.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|
|
install(FILES icons.knsrc DESTINATION ${CONFIG_INSTALL_DIR})
|