Files
concrete/compiler/lib/CAPI/CMakeLists.txt
youben11 2972fa4403 refactor(python): rework the bindings with latest MLIR version
- Go through CAPI for python bindings
- Consuming LLVM errors in CAPI: fixes previous issue which made this
  impossible in the python bindings
2021-10-07 14:38:50 +01:00

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)