Mercurial
Mercurial
>
hedgewars-draft
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author
unc0rr
Fri, 29 Aug 2008 22:04:50 +0000
changeset 1239
4901abe4c3b0
parent 969
7e8a87136fae
child 2874
3c7c2bf1ba38
permissions
-rw-r--r--
- Finish hat selection widget - Now we need to pass hat to engine, save to file, send via net, whatever...
file(GLOB HatSprites *.png)
install(FILES
${HatSprites}
DESTINATION ${SHAREPATH}Data/Graphics/Hats)