blob: 102d0391c2d37962078bf81d8ce2a5bc1df250de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#################################################
#
# (C) 2016 Alexander Golubev
# fatzer2 (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
install( DIRECTORY cards-aisleriot cards-dondorf-whist-b
cards-gdkcard-bonded cards-hard-a-port cards-penguins
cards-spaced cards-xskat-french cards-default decks
cards-konqi-modern cards-warwick cards-xskat-german
DESTINATION ${DATA_INSTALL_DIR}/carddecks
)
|