mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
24 lines
395 B
CMake
24 lines
395 B
CMake
add_mlir_library(ZamalangSupport
|
|
CompilerTools.cpp
|
|
CompilerEngine.cpp
|
|
V0Parameters.cpp
|
|
ClientParameters.cpp
|
|
KeySet.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${PROJECT_SOURCE_DIR}/include/zamalang/Support
|
|
|
|
DEPENDS
|
|
MLIRConversionPassIncGen
|
|
|
|
LINK_LIBS PUBLIC
|
|
HLFHETensorOpsToLinalg
|
|
HLFHEToMidLFHE
|
|
MLIRLowerableDialectsToLLVM
|
|
|
|
MLIRExecutionEngine
|
|
${LLVM_PTHREAD_LIB}
|
|
|
|
Concrete
|
|
)
|