Files
concrete/compiler/lib/CAPI/Support/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

14 lines
219 B
CMake

set(LLVM_OPTIONAL_SOURCES CompilerEngine.cpp)
add_mlir_library(ZAMALANGCAPISupport
CompilerEngine.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir-c
LINK_LIBS PUBLIC
MLIRCAPIIR
ZamalangSupport
)