• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  DebugInfoPDB
3  )
4
5set(DebugInfoPDBSources
6  PDBApiTest.cpp
7  )
8
9add_llvm_unittest(DebugInfoPDBTests
10  ${DebugInfoPDBSources}
11  )
12