blob: 91924a5a875449e5ae43bd6d33434472d165edd8 [file] [log] [blame]
Zachary Turner94269a42015-02-07 01:47:14 +00001set(LLVM_LINK_COMPONENTS
2 DebugInfoPDB
3 )
4
5set(DebugInfoPDBSources
6 PDBApiTest.cpp
7 )
8
9add_llvm_unittest(DebugInfoPDBTests
10 ${DebugInfoPDBSources}
11 )