mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-28 07:49:01 -04:00
7 lines
89 B
CMake
7 lines
89 B
CMake
# AsmParser
|
|
add_llvm_library(LLVMAsmParser
|
|
LLLexer.cpp
|
|
LLParser.cpp
|
|
Parser.cpp
|
|
)
|