mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
7 lines
223 B
CMake
7 lines
223 B
CMake
set(LLVM_TARGET_DEFINITIONS Passes.td)
|
|
mlir_tablegen(Passes.h.inc -gen-pass-decls -name Conversion)
|
|
add_public_tablegen_target(ConcretelangConversionPassIncGen)
|
|
|
|
|
|
add_subdirectory(FHEToTFHE)
|
|
add_subdirectory(TFHEToConcrete) |