3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-25 22:52:20 +02:00

[cmake] Install svg figures together with documentation

This commit is contained in:
Nils Wentzell 2019-07-16 11:26:38 -04:00
parent c3114e313a
commit bb3eb8ecad

View File

@ -56,6 +56,6 @@ generate_docs(${PROJECT_SOURCE_DIR}/c++/app4triqs/toto.hpp)
# ---------------------------------
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html/ COMPONENT documentation DESTINATION share/doc/app4triqs
FILES_MATCHING
REGEX "\\.(html|pdf|png|gif|jpg|js|xsl|css|py|txt|inv|bib)$"
REGEX "\\.(html|pdf|png|gif|jpg|svg|js|xsl|css|py|txt|inv|bib)$"
PATTERN "_*"
)