文本文件  |  12行  |  156 B

set(LLVM_LINK_COMPONENTS
  DebugInfoPDB
  )

set(DebugInfoPDBSources
  PDBApiTest.cpp
  )

add_llvm_unittest(DebugInfoPDBTests
  ${DebugInfoPDBSources}
  )