summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorGereon Kremer <gkremer@stanford.edu>2021-05-04 18:33:59 +0200
committerGitHub <noreply@github.com>2021-05-04 18:33:59 +0200
commitf41ae5481e9eb68aeeb87d57fca89e63501c6213 (patch)
tree5d012529e08b89f7a4ef4deb57c542ae111059e8 /cmake
parent441c53b1a68cc16a345eb0dc8d9956c1301ed509 (diff)
Improve generation of python API documentation (#6482)
This PR makes generating the python part of our API documentation more reliable. If python bindings are enabled, it makes the docs target depend on pycvc5 and renders a warning into the documentation if python bindings are disabled. To make the dependency on pycvc5 work properly, it changes the python bindings build so that the library is directly put in the right place and avoid the manual rename, so that the pycvc5 target actually points to the correct file. Unfortunately, this means we need to build libcvc5 when building docs with python bindings enabled.
Diffstat (limited to 'cmake')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback