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
add more spacing
[personal-kdebase.git]
/
runtime
/
knotify
/
sounds
/
CMakeLists.txt
blob
3bba9dd77ea2a62940b528724b4400cae92f92b2
1
FILE(GLOB _oggfile "*.ogg" )
2
install(FILES ${_oggfile}
3
DESTINATION ${SOUND_INSTALL_DIR} )
4
5
6