mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
9 lines
194 B
CMake
9 lines
194 B
CMake
add_subdirectory(Dialect)
|
|
add_subdirectory(Conversion)
|
|
add_subdirectory(Support)
|
|
|
|
# CAPI needed only for python bindings
|
|
if (ZAMALANG_BINDINGS_PYTHON_ENABLED)
|
|
add_subdirectory(CAPI)
|
|
endif()
|