mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
- Go through CAPI for python bindings - Consuming LLVM errors in CAPI: fixes previous issue which made this impossible in the python bindings
7 lines
199 B
CMake
7 lines
199 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)
|