blob: 33b0d0092a11c8d333186088e6a567610d597280 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
SET (FILES
buy.xml
colors.xml
inventory.xml
quests.xml
sell.xml
server.xml
shops.xml
window.png
window.xml
world.xml
)
INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/themes/enchilado)
|