llvm-pdbdump: Re-order header files according to LLVM style guide.
[oota-llvm.git] / lib / DebugInfo / CMakeLists.txt
index 1e9e509fd2a10c471b422dc95493350b1df00286..645d92fef228be56e27719249a23ed49b4d3294b 100644 (file)
@@ -1,13 +1,4 @@
-add_llvm_library(LLVMDebugInfo
-  DIContext.cpp
-  DWARFAbbreviationDeclaration.cpp
-  DWARFCompileUnit.cpp
-  DWARFContext.cpp
-  DWARFDebugAbbrev.cpp
-  DWARFDebugArangeSet.cpp
-  DWARFDebugAranges.cpp
-  DWARFDebugInfoEntry.cpp
-  DWARFDebugLine.cpp
-  DWARFDebugRangeList.cpp
-  DWARFFormValue.cpp
-  )
+
+add_subdirectory(DWARF)
+add_subdirectory(PDB)
+