xref: /aosp_15_r20/external/llvm/unittests/DebugInfo/PDB/CMakeLists.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1set(LLVM_LINK_COMPONENTS
2  DebugInfoCodeView
3  DebugInfoPDB
4  )
5
6set(DebugInfoPDBSources
7  MappedBlockStreamTest.cpp
8  PDBApiTest.cpp
9  )
10
11add_llvm_unittest(DebugInfoPDBTests
12  ${DebugInfoPDBSources}
13  )
14