mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 20:25:34 -05:00
15 lines
300 B
CMake
15 lines
300 B
CMake
set(LLVM_OPTIONAL_SOURCES CompilerEngine.cpp)
|
|
|
|
if(CONCRETELANG_PARALLEL_EXECUTION_ENABLED)
|
|
add_compile_options(-DCONCRETELANG_PARALLEL_EXECUTION_ENABLED)
|
|
endif()
|
|
|
|
add_mlir_public_c_api_library(CONCRETELANGCAPISupport
|
|
|
|
CompilerEngine.cpp
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIRCAPIIR
|
|
ConcretelangSupport
|
|
)
|