Files
concrete/compiler/lib/CAPI/CMakeLists.txt
2022-11-18 15:15:41 +01:00

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)