Skip to content
Snippets Groups Projects
Commit a8ec7da3 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Fix inclusion

parent 84ec56fc
No related branches found
No related tags found
No related merge requests found
......@@ -254,7 +254,7 @@ cmp:doxygen:
script:
- source ../.ci/init_x86_64.sh
- cmake -GNinja -DBUILD_DOCS_ONLY=ON ..
- ninja apsq_docs_reference
- ninja corry_docs_reference
- mv doc/reference/html ../public/reference
# Compile LaTeX user manual:
......
......@@ -200,6 +200,8 @@ FILE(GLOB_RECURSE
)
INCLUDE("cmake/clang-cpp-checks.cmake")
INCLUDE("cmake/cmake-checks.cmake")
#########################################
# Define build targets for Corryvreckan #
#########################################
......
......@@ -9,7 +9,7 @@ FIND_PACKAGE(Doxygen)
CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/reference/Doxyfile" "${DOCS_DOXYGEN_BINARY_DIR}/Doxyfile" @ONLY)
ADD_CUSTOM_TARGET(
apsq_docs_reference
corry_docs_reference
COMMAND Doxygen::doxygen "${DOCS_DOXYGEN_BINARY_DIR}/Doxyfile"
DEPENDS Doxygen::doxygen
WORKING_DIRECTORY "${DOCS_DOXYGEN_BINARY_DIR}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment