Files
concrete/compiler/lib/Dialect/RT/IR/CMakeLists.txt
youben11 e73291abdc chore: rename compiler to concrete-compiler
zamalang => concretelang
zamacompiler => concretecompiler
2021-12-29 15:13:34 +01:00

15 lines
252 B
CMake

add_mlir_dialect_library(RTDialect
RTDialect.cpp
RTOps.cpp
ADDITIONAL_HEADER_DIRS
${PROJECT_SOURCE_DIR}/include/concretelang/Dialect/RT
DEPENDS
MLIRRTOpsIncGen
LINK_LIBS PUBLIC
MLIRIR)
target_link_libraries(RTDialect PUBLIC MLIRIR)