mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 21:08:46 +00:00
Merge pull request #1355 from delcypher/cmake_api_doc_pass_build
[CMake] When invoking `mk_api_doc.py` pass the build directory.
This commit is contained in:
commit
9ef54d7a16
|
@ -59,6 +59,7 @@ endif()
|
|||
add_custom_target(api_docs ${ALWAYS_BUILD_DOCS_ARG}
|
||||
COMMAND
|
||||
"${PYTHON_EXECUTABLE}" "${MK_API_DOC_SCRIPT}"
|
||||
--build "${CMAKE_BINARY_DIR}"
|
||||
--doxygen-executable "${DOXYGEN_EXECUTABLE}"
|
||||
--output-dir "${DOC_DEST_DIR}"
|
||||
--temp-dir "${DOC_TEMP_DIR}"
|
||||
|
|
Loading…
Reference in a new issue