mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +00:00
7 lines
127 B
CMake
7 lines
127 B
CMake
add_subdirectory(c)
|
|
add_subdirectory(c++)
|
|
add_subdirectory(tptp)
|
|
if (BUILD_PYTHON_BINDINGS)
|
|
add_subdirectory(python)
|
|
endif()
|