llvm-project/mlir/lib/Parser/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
223 B
CMake
Raw Normal View History

add_mlir_library(MLIRParser
Lexer.cpp
Parser.cpp
Token.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Parser
DEPENDS
mlir-generic-headers
)
target_link_libraries(MLIRParser
PUBLIC
MLIRIR
)