llvm-6502/lib/CodeGen/AsmPrinter/CMakeLists.txt
Mike Stump 1d4c738603 Fix cmake builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72078 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-19 00:18:14 +00:00

11 lines
176 B
CMake

add_llvm_library(LLVMAsmPrinter
AsmPrinter.cpp
DIE.cpp
DwarfDebug.cpp
DwarfException.cpp
DwarfLabel.cpp
DwarfPrinter.cpp
DwarfWriter.cpp
OcamlGCPrinter.cpp
)