Resubmit "Create lib/DebugInfo/PDB" (r228428)
[oota-llvm.git] / lib / DebugInfo / CMakeLists.txt
index ce8c0f8ef0bddb01408dcf4570d99b2460b46552..5ab46444531b78e821162e2715c6e2a35027966c 100644 (file)
@@ -1,2 +1,5 @@
 
-add_subdirectory(DWARF)
\ No newline at end of file
+add_subdirectory(DWARF)
+if (MSVC)
+  add_subdirectory(PDB)
+endif()
\ No newline at end of file