1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/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 01:50:26 +02:00
TargetAsmParser.cpp
)