summaryrefslogtreecommitdiff
path: root/unittests/DebugInfo/PDB/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/DebugInfo/PDB/CMakeLists.txt')
-rw-r--r--unittests/DebugInfo/PDB/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/unittests/DebugInfo/PDB/CMakeLists.txt b/unittests/DebugInfo/PDB/CMakeLists.txt
index cbbbd8177483..989cb396f674 100644
--- a/unittests/DebugInfo/PDB/CMakeLists.txt
+++ b/unittests/DebugInfo/PDB/CMakeLists.txt
@@ -16,3 +16,5 @@ set(DebugInfoPDBSources
add_llvm_unittest(DebugInfoPDBTests
${DebugInfoPDBSources}
)
+
+target_link_libraries(DebugInfoPDBTests LLVMTestingSupport) \ No newline at end of file