Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
2b906ae1
Commit
2b906ae1
authored
Nov 24, 2020
by
Carsten Burgard
💬
Browse files
fixed name clash with allpix2
parent
57de3e3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/CMakeLists.txt
View file @
2b906ae1
...
...
@@ -6,7 +6,7 @@ FIND_PACKAGE(Doxygen)
IF
(
DOXYGEN_FOUND
)
CONFIGURE_FILE
(
${
PROJECT_SOURCE_DIR
}
/doc/reference/Doxyfile.in
${
CMAKE_BINARY_DIR
}
/reference/Doxyfile @ONLY
)
ADD_CUSTOM_TARGET
(
reference
ADD_CUSTOM_TARGET
(
corryvreckan-
reference
${
DOXYGEN_EXECUTABLE
}
${
CMAKE_BINARY_DIR
}
/reference/Doxyfile
WORKING_DIRECTORY
${
CMAKE_BINARY_DIR
}
/reference
COMMENT
"Generating API documentation with Doxygen"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment