diff options
Diffstat (limited to 'llvm/unittests/DebugInfo/CMakeLists.txt')
| -rw-r--r-- | llvm/unittests/DebugInfo/CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/llvm/unittests/DebugInfo/CMakeLists.txt b/llvm/unittests/DebugInfo/CMakeLists.txt new file mode 100644 index 00000000000..ec580b7f69a --- /dev/null +++ b/llvm/unittests/DebugInfo/CMakeLists.txt @@ -0,0 +1,13 @@ +set(LLVM_LINK_COMPONENTS + debuginfo + object + support + ) + +set(DebugInfoSources + DWARFFormValueTest.cpp + ) + +add_llvm_unittest(DebugInfoTests + ${DebugInfoSources} + ) |

