diff options
Diffstat (limited to 'unittests/DebugInfo/CodeView/CMakeLists.txt')
| -rw-r--r-- | unittests/DebugInfo/CodeView/CMakeLists.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/unittests/DebugInfo/CodeView/CMakeLists.txt b/unittests/DebugInfo/CodeView/CMakeLists.txt index d06ccfaba72a..70a7b8af1447 100644 --- a/unittests/DebugInfo/CodeView/CMakeLists.txt +++ b/unittests/DebugInfo/CodeView/CMakeLists.txt @@ -2,14 +2,10 @@ set(LLVM_LINK_COMPONENTS DebugInfoCodeView ) -set(DebugInfoCodeViewSources +add_llvm_unittest(DebugInfoCodeViewTests RandomAccessVisitorTest.cpp TypeHashingTest.cpp TypeIndexDiscoveryTest.cpp ) -add_llvm_unittest(DebugInfoCodeViewTests - ${DebugInfoCodeViewSources} - ) - target_link_libraries(DebugInfoCodeViewTests PRIVATE LLVMTestingSupport) |
