[docs] Fix build-docs.sh
[llvm-project.git] / llvm / unittests / DebugInfo / PDB / CMakeLists.txt
blob2907b556e3cda68b9db7733aba734b913bf49f47
1 set(LLVM_LINK_COMPONENTS
2   DebugInfoCodeView
3   DebugInfoMSF
4   DebugInfoPDB
5   )
7 add_llvm_unittest_with_input_files(DebugInfoPDBTests
8   HashTableTest.cpp
9   NativeSessionTest.cpp
10   NativeSymbolReuseTest.cpp
11   StringTableBuilderTest.cpp
12   PDBApiTest.cpp
13   )
15 target_link_libraries(DebugInfoPDBTests PRIVATE LLVMTestingSupport)
17 set_property(TARGET DebugInfoPDBTests PROPERTY FOLDER "Tests/UnitTests/DebugInfoTests")