summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/DebugInfo/CMakeLists.txt')
-rw-r--r--llvm/lib/DebugInfo/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/CMakeLists.txt b/llvm/lib/DebugInfo/CMakeLists.txt
index ce8c0f8ef0b..5ab46444531 100644
--- a/llvm/lib/DebugInfo/CMakeLists.txt
+++ b/llvm/lib/DebugInfo/CMakeLists.txt
@@ -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
OpenPOWER on IntegriCloud