mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 20:25:34 -05:00
major changes: - https://llvm.discourse.group/t/psa-removed-arithmetic-ops-from-standard/4455 - use add_mlir_public_c_api_library helper to correctly add a CAPI library
11 lines
174 B
CMake
11 lines
174 B
CMake
set(LLVM_OPTIONAL_SOURCES CompilerEngine.cpp)
|
|
|
|
add_mlir_public_c_api_library(ZAMALANGCAPISupport
|
|
|
|
CompilerEngine.cpp
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIRCAPIIR
|
|
ZamalangSupport
|
|
)
|