Mercurial > hg > CbC > CbC_llvm
comparison mlir/lib/Parser/CMakeLists.txt @ 150:1d019706d866
LLVM10
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 15:10:13 +0900 |
parents | |
children | 0572611fdcc8 |
comparison
equal
deleted
inserted
replaced
147:c2174574ed3a | 150:1d019706d866 |
---|---|
1 add_llvm_library(MLIRParser | |
2 Lexer.cpp | |
3 Parser.cpp | |
4 Token.cpp | |
5 | |
6 ADDITIONAL_HEADER_DIRS | |
7 ${MLIR_MAIN_INCLUDE_DIR}/mlir/Parser | |
8 ) | |
9 add_dependencies(MLIRParser MLIRIR MLIRAnalysis) | |
10 target_link_libraries(MLIRParser MLIRIR MLIRAnalysis) |