mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
12 lines
163 B
CMake
12 lines
163 B
CMake
add_compile_options(-fsized-deallocation)
|
|
|
|
add_mlir_library(
|
|
AnalysisUtils
|
|
StaticLoops.cpp
|
|
Utils.cpp
|
|
DEPENDS
|
|
mlir-headers
|
|
LINK_LIBS
|
|
PUBLIC
|
|
MLIRIR)
|