kde-workspace/cursors/CMakeLists.txt
Ivailo Monev 248f1917ba cursors: remove zion and yellow themes
distributions can generate those if they so desire

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-10-31 08:30:56 +02:00

11 lines
206 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(theme)