xref: /llvm-project/llvm/unittests/DebugInfo/CodeView/CMakeLists.txt (revision 4ecbfacf9ecdc5bd9bf699d400c5058071b9500c)
1set(LLVM_LINK_COMPONENTS
2  DebugInfoCodeView
3  )
4
5add_llvm_unittest(DebugInfoCodeViewTests
6  GUIDFormatTest.cpp
7  RandomAccessVisitorTest.cpp
8  TypeHashingTest.cpp
9  TypeIndexDiscoveryTest.cpp
10  )
11
12target_link_libraries(DebugInfoCodeViewTests PRIVATE LLVMTestingSupport)
13