repo.or.cz
/
personal-kdebase.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
not quite so much needs to be delayed to the init() function
[personal-kdebase.git]
/
workspace
/
cursors
/
CMakeLists.txt
blob
94fab74bb3d927d58687e4101f092e5c8ca71389
1
set(cursors_folders
2
Oxygen_Black
3
Oxygen_Black_Big
4
Oxygen_Blue
5
Oxygen_Blue_Big
6
Oxygen_White
7
Oxygen_White_Big
8
Oxygen_Yellow
9
Oxygen_Yellow_Big
10
Oxygen_Zion
11
Oxygen_Zion_Big
12
)
13
14
foreach(theme ${cursors_folders})
15
install(DIRECTORY ${theme} DESTINATION ${ICON_INSTALL_DIR} PATTERN .svn EXCLUDE)
16
endforeach(theme)
17
18