mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
15 lines
305 B
CMake
15 lines
305 B
CMake
add_mlir_dialect_library(
|
|
TracingToCAPI
|
|
TracingToCAPI.cpp
|
|
ADDITIONAL_HEADER_DIRS
|
|
${PROJECT_SOURCE_DIR}/include/concretelang/Dialect/Tracing
|
|
DEPENDS
|
|
TracingDialect
|
|
mlir-headers
|
|
LINK_LIBS
|
|
PUBLIC
|
|
MLIRIR
|
|
MLIRTransforms)
|
|
|
|
target_link_libraries(TracingToCAPI PUBLIC TracingDialect MLIRIR)
|