Generate customized Doxyfile for each build

This commit is contained in:
Roland Kaufmann 2012-12-20 14:41:18 +01:00
parent 34702606ca
commit 1cb8f4b0e7
3 changed files with 9 additions and 0 deletions

2
.gitignore vendored
View File

@ -30,3 +30,5 @@ opm-core-install.cmake
Makefile
bin/
lib/
Doxyfile
Documentation

View File

@ -222,3 +222,10 @@ foreach (test_FILE IN LISTS tests_SOURCES)
target_link_libraries (${test_NAME} opmcore ${opm-core_LIBRARIES})
strip_debug_symbols (${test_NAME})
endforeach (test_FILE)
### documentation ###
configure_file (
${PROJECT_SOURCE_DIR}/Doxyfile.in
${PROJECT_BINARY_DIR}/Doxyfile
@ONLY
)