mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
[CMake] Python examples should only be copied over if python bindings
are being built.
This commit is contained in:
parent
73614abf37
commit
d9617841e0
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
add_subdirectory(c)
|
||||
add_subdirectory(c++)
|
||||
add_subdirectory(tptp)
|
||||
add_subdirectory(python)
|
||||
if (BUILD_PYTHON_BINDINGS)
|
||||
add_subdirectory(python)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue