Generate customized Doxyfile for each build
This commit is contained in:
parent
34702606ca
commit
1cb8f4b0e7
2
.gitignore
vendored
2
.gitignore
vendored
@ -30,3 +30,5 @@ opm-core-install.cmake
|
|||||||
Makefile
|
Makefile
|
||||||
bin/
|
bin/
|
||||||
lib/
|
lib/
|
||||||
|
Doxyfile
|
||||||
|
Documentation
|
||||||
|
@ -222,3 +222,10 @@ foreach (test_FILE IN LISTS tests_SOURCES)
|
|||||||
target_link_libraries (${test_NAME} opmcore ${opm-core_LIBRARIES})
|
target_link_libraries (${test_NAME} opmcore ${opm-core_LIBRARIES})
|
||||||
strip_debug_symbols (${test_NAME})
|
strip_debug_symbols (${test_NAME})
|
||||||
endforeach (test_FILE)
|
endforeach (test_FILE)
|
||||||
|
|
||||||
|
### documentation ###
|
||||||
|
configure_file (
|
||||||
|
${PROJECT_SOURCE_DIR}/Doxyfile.in
|
||||||
|
${PROJECT_BINARY_DIR}/Doxyfile
|
||||||
|
@ONLY
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user