mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
13 lines
227 B
CMake
13 lines
227 B
CMake
set(cursors_folders
|
|
Oxygen_Black
|
|
Oxygen_Blue
|
|
Oxygen_White
|
|
KDE_Classic
|
|
)
|
|
|
|
foreach(theme ${cursors_folders})
|
|
install(
|
|
DIRECTORY ${theme}
|
|
DESTINATION ${KDE4_ICON_INSTALL_DIR}
|
|
)
|
|
endforeach()
|