mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
insert total relations in model converter. #1241
This commit is contained in:
commit
100d9e3edb
|
@ -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