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
14 lines
219 B
CMake
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
|
|
)
|