summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo/PDB/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/unittests/DebugInfo/PDB/CMakeLists.txt')
-rw-r--r--llvm/unittests/DebugInfo/PDB/CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/llvm/unittests/DebugInfo/PDB/CMakeLists.txt b/llvm/unittests/DebugInfo/PDB/CMakeLists.txt
new file mode 100644
index 00000000000..91924a5a875
--- /dev/null
+++ b/llvm/unittests/DebugInfo/PDB/CMakeLists.txt
@@ -0,0 +1,11 @@
+set(LLVM_LINK_COMPONENTS
+ DebugInfoPDB
+ )
+
+set(DebugInfoPDBSources
+ PDBApiTest.cpp
+ )
+
+add_llvm_unittest(DebugInfoPDBTests
+ ${DebugInfoPDBSources}
+ )
OpenPOWER on IntegriCloud