You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
587 B
27 lines
587 B
#################################################
|
|
#
|
|
# (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
|
|
)
|