repo.or.cz
/
kdegames.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
SVN_SILENT made messages (.desktop file)
[kdegames.git]
/
kreversi
/
sounds
/
CMakeLists.txt
blob
28c784b54047effad28c8549d5996b985d99ed84
1
2
3
4
5
########### install files ###############
6
7
install( FILES kreversi.notifyrc DESTINATION ${DATA_INSTALL_DIR}/kreversi )
8
install( FILES reversi-click.wav reversi-won.wav DESTINATION ${DATA_INSTALL_DIR}/kreversi/sounds )
9
10
11
12