xref: /llvm-project/llvm/unittests/DebugInfo/PDB/CMakeLists.txt (revision 4ecbfacf9ecdc5bd9bf699d400c5058071b9500c)
1set(LLVM_LINK_COMPONENTS
2  DebugInfoCodeView
3  DebugInfoMSF
4  DebugInfoPDB
5  )
6
7add_llvm_unittest_with_input_files(DebugInfoPDBTests
8  HashTableTest.cpp
9  NativeSessionTest.cpp
10  NativeSymbolReuseTest.cpp
11  StringTableBuilderTest.cpp
12  PDBApiTest.cpp
13  )
14
15target_link_libraries(DebugInfoPDBTests PRIVATE LLVMTestingSupport)
16