blob: 533d7ec84a4099d1a7d422e45cf5a9749475b4fd [file] [log] [blame]
set(LLVM_OPTIONAL_SOURCES
Builders.cpp
CoreAPIs.cpp
)
add_llvm_library(MLIREDSC
Builders.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/EDSC
)
target_link_libraries(MLIREDSC
PUBLIC
MLIRIR
MLIRSupport
)
add_llvm_library(MLIREDSCInterface
CoreAPIs.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/EDSC
)
add_dependencies(MLIREDSCInterface MLIRIR)
target_link_libraries(MLIREDSCInterface
PUBLIC
MLIRIR
MLIRSupport
MLIRParser
)