llvm/mlir/lib/EDSC/CMakeLists.txt
Jacques Pienaar 1273af232c Add build files and update README.
* Add initial version of build files;
    * Update README with instructions to download and build MLIR from github;

--

PiperOrigin-RevId: 241102092
2019-03-30 11:23:22 -07:00

11 lines
231 B
CMake

add_llvm_library(MLIREDSC
Builders.cpp
Helpers.cpp
Intrinsics.cpp
MLIREmitter.cpp
Types.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/EDSC
)
add_dependencies(MLIREDSC MLIRReferenceImplementationTestGen)