summaryrefslogtreecommitdiffstats
path: root/xslt/report-templates/CMakeLists.txt
blob: 6b26f33e0371764d2c381fd7b69df867a0c8e8f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#################################################
#
#  (C) 2016 Slávek Banko
#  slavek (DOT) banko (AT) axis.cz
#
#  Improvements and feedback are welcome
#
#  This file is released under GPL >= 2
#
#################################################


##### other data ################################
install(
  FILES
    Column_View.xsl
    "Title_Listing_(Horizontal).xsl"
    "Title_Listing_(Vertical).xsl"
    Group_View.xsl
    Image_List.xsl
    Loan_View.xsl
    Group_Summary.xsl
    Tri-Column.xsl
  DESTINATION
    ${DATA_INSTALL_DIR}/${CMAKE_PROJECT_NAME}/report-templates
)