kde-workspace/cursors/CMakeLists.txt
Ivailo Monev fb21598cc7 generic: build system cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-06 05:56:50 +02:00

13 lines
222 B
CMake

set(cursors_folders
Oxygen_Black
Oxygen_Blue
Oxygen_White
KDE_Classic
)
foreach(theme ${cursors_folders})
install(
DIRECTORY ${theme}
DESTINATION ${ICON_INSTALL_DIR}
)
endforeach()