mirror of
https://github.com/triqs/dft_tools
synced 2025-01-09 20:48:36 +01:00
[cmake] Install svg figures together with documentation
This commit is contained in:
parent
c3114e313a
commit
bb3eb8ecad
@ -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
|
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html/ COMPONENT documentation DESTINATION share/doc/app4triqs
|
||||||
FILES_MATCHING
|
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 "_*"
|
PATTERN "_*"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user