1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/lib/CodeGen/AsmPrinter/CMakeLists.txt
Eric Christopher 9374b7505a Add new files to cmake.
llvm-svn: 143924
2011-11-07 09:37:06 +00:00

25 lines
420 B
CMake

add_llvm_library(LLVMAsmPrinter
ARMException.cpp
AsmPrinter.cpp
AsmPrinterDwarf.cpp
AsmPrinterInlineAsm.cpp
DIE.cpp
DwarfAccelTable.cpp
DwarfCFIException.cpp
DwarfCompileUnit.cpp
DwarfDebug.cpp
DwarfException.cpp
OcamlGCPrinter.cpp
Win64Exception.cpp
)
add_llvm_library_dependencies(LLVMAsmPrinter
LLVMAnalysis
LLVMCodeGen
LLVMCore
LLVMMC
LLVMMCParser
LLVMSupport
LLVMTarget
)