share/hedgewars/Data/Themes/Beach/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 03 Sep 2018 22:14:46 +0200
changeset 13760 6908d1e65cdc
parent 5054 71dd49f31582
permissions -rw-r--r--
Rip out stats code from TurnReaction and put it into new function TurnStats. Fixes buggy stats
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5054
71dd49f31582 Beach Theme (as for .15)
Miguelac
parents:
diff changeset
     1
file(GLOB images *.png)
71dd49f31582 Beach Theme (as for .15)
Miguelac
parents:
diff changeset
     2
71dd49f31582 Beach Theme (as for .15)
Miguelac
parents:
diff changeset
     3
install(FILES
71dd49f31582 Beach Theme (as for .15)
Miguelac
parents:
diff changeset
     4
    theme.cfg
71dd49f31582 Beach Theme (as for .15)
Miguelac
parents:
diff changeset
     5
    ${images}
71dd49f31582 Beach Theme (as for .15)
Miguelac
parents:
diff changeset
     6
    DESTINATION ${SHAREPATH}Data/Themes/Beach)