mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 12:15:09 -05:00
Remove hard checks on parallelization support, we allow compilation unconditionally of the support for parallel execution
11 lines
182 B
CMake
11 lines
182 B
CMake
set(LLVM_OPTIONAL_SOURCES CompilerEngine.cpp)
|
|
|
|
add_mlir_public_c_api_library(CONCRETELANGCAPISupport
|
|
|
|
CompilerEngine.cpp
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIRCAPIIR
|
|
ConcretelangSupport
|
|
)
|