hanchenye-llvm-project/llvm/lib/MC/CMakeLists.txt

14 lines
223 B
CMake
Raw Normal View History

add_llvm_library(LLVMMC
MCAsmLexer.cpp
MCAsmParser.cpp
MCAsmStreamer.cpp
MCContext.cpp
MCSection.cpp
MCSectionELF.cpp
MCSectionMachO.cpp
MCStreamer.cpp
MCSymbol.cpp
MCValue.cpp
2009-07-18 07:50:26 +08:00
TargetAsmParser.cpp
)