1 set(LLVM_LINK_COMPONENTS 2 DebugInfoPDB 3 ) 4 5 set(DebugInfoPDBSources 6 PDBApiTest.cpp 7 ) 8 9 add_llvm_unittest(DebugInfoPDBTests 10 ${DebugInfoPDBSources} 11 ) 12