mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-12 15:51:35 +00:00
12 lines
163 B
CMake
12 lines
163 B
CMake
# AsmParser
|
|
add_llvm_library(LLVMAsmParser
|
|
LLLexer.cpp
|
|
LLParser.cpp
|
|
Parser.cpp
|
|
)
|
|
|
|
add_llvm_library_dependencies(LLVMAsmParser
|
|
LLVMCore
|
|
LLVMSupport
|
|
)
|