mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
13 lines
243 B
CMake
13 lines
243 B
CMake
set(cursors_folders
|
|
Oxygen_Black
|
|
Oxygen_Blue
|
|
Oxygen_White
|
|
Oxygen_Yellow
|
|
Oxygen_Zion
|
|
KDE_Classic
|
|
)
|
|
|
|
foreach(theme ${cursors_folders})
|
|
install(DIRECTORY ${theme} DESTINATION ${ICON_INSTALL_DIR})
|
|
endforeach(theme)
|
|
|