mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 20:25:34 -05:00
6 lines
197 B
CMake
6 lines
197 B
CMake
# CAPI is mainly used by python and need to throw exceptions for proper handling of errors on the python-side
|
|
add_compile_options(-fexceptions)
|
|
|
|
add_subdirectory(Dialect)
|
|
add_subdirectory(Support)
|