blob: 41d6f3295fdc59444c29fe401926d34958a9b81a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#################################################
#
# (C) 2013 Alexander Golubev (Fat-Zer)
# fatzer2 (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
install( FILES easy.kvtml medium.kvtml hard.kvtml animals.kvtml
DESTINATION ${DATA_INSTALL_DIR}/khangman/data/nb
)
|