2021-05-04 18:33:59 +02:00
|
|
|
###############################################################################
|
|
|
|
|
# Top contributors (to current version):
|
|
|
|
|
# Gereon Kremer
|
|
|
|
|
#
|
|
|
|
|
# This file is part of the cvc5 project.
|
|
|
|
|
#
|
2025-01-23 09:54:20 -08:00
|
|
|
# Copyright (c) 2009-2025 by the authors listed in the file AUTHORS
|
2021-05-04 18:33:59 +02:00
|
|
|
# in the top-level source directory and their institutional affiliations.
|
|
|
|
|
# All rights reserved. See the file COPYING in the top-level source
|
|
|
|
|
# directory for licensing information.
|
|
|
|
|
# #############################################################################
|
|
|
|
|
#
|
|
|
|
|
# Build system configuration for python API documentation.
|
|
|
|
|
##
|
|
|
|
|
|
|
|
|
|
add_custom_target(docs-python)
|
|
|
|
|
|
|
|
|
|
if (BUILD_BINDINGS_PYTHON)
|
2022-03-03 03:16:09 +01:00
|
|
|
add_dependencies(docs-python cvc5_python_api)
|
2021-05-04 18:33:59 +02:00
|
|
|
endif()
|