diff options
Diffstat (limited to 'quanta/data/dtep/xslt/CMakeLists.txt')
-rw-r--r-- | quanta/data/dtep/xslt/CMakeLists.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/quanta/data/dtep/xslt/CMakeLists.txt b/quanta/data/dtep/xslt/CMakeLists.txt new file mode 100644 index 00000000..9e8b31e0 --- /dev/null +++ b/quanta/data/dtep/xslt/CMakeLists.txt @@ -0,0 +1,24 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + apply-imports.tag attribute-set.tag attribute.tag + call-template.tag choose.tag comment.tag + copy-of.tag decimal-format.tag description.rc + element.tag fallback.tag for-each.tag + if.tag import.tag key.tag message.tag + namespace-alias.tag number.tag otherwise.tag + output.tag param.tag preserve-space.tag + processing-instruction.tag sort.tag + strip-space.tag stylesheet.tag template.tag + text.tag transform.tag value-of.tag variable.tag + when.tag with-param.tag + DESTINATION ${DATA_INSTALL_DIR}/quanta/dtep/xslt ) |