summaryrefslogtreecommitdiffstats
path: root/xslt/CMakeLists.txt
blob: 24812f23ae2ffec9d409aab68b02429408064838 (plain)
1
2
3
4
5
6
file( GLOB _xsls RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.xsl )

install(
    FILES ${_xsls}
    DESTINATION ${DATA_INSTALL_DIR}/kbibtexpart/xslt
)