Files
clang-p2996/mlir/lib/EDSC/CMakeLists.txt
Mehdi Amini 62dbbcf6d7 Remove MLIREDSCInterface library which isn't used anywhere (NFC)
Reviewed By: nicolasvasilache, ftynse

Differential Revision: https://reviews.llvm.org/D85042
2020-08-18 19:04:30 +00:00

17 lines
213 B
CMake

set(LLVM_OPTIONAL_SOURCES
Builders.cpp
CoreAPIs.cpp
)
add_mlir_library(MLIREDSC
Builders.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/EDSC
LINK_LIBS PUBLIC
MLIRIR
MLIRSupport
)