1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib/CodeGen/AsmPrinter/CMakeLists.txt

12 lines
223 B
CMake
Raw Normal View History

add_llvm_library(LLVMAsmPrinter
AsmPrinter.cpp
AsmPrinterDwarf.cpp
AsmPrinterInlineAsm.cpp
2009-05-19 02:18:14 +02:00
DIE.cpp
DwarfDebug.cpp
DwarfException.cpp
OcamlGCPrinter.cpp
)
target_link_libraries (LLVMAsmPrinter LLVMMCParser)