blob: 893c6525465ceb6853432315dcfafc2059b39469 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#################################################
#
# (C) 2011 Timothy Pearson
# kb9vqf (AT) pearsoncomputing.net
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
##### other data ################################
install( FILES
cheese.kpm emptybox.kpm heightfield.kpm
DESTINATION ${DATA_INSTALL_DIR}/kpovmodeler/examples/scenes/csg )
|