Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
9ffb554e5b51d34c2d40a2a24e4b6ef53e4c6ecf
/
.
/
llvm
/
unittests
/
DebugInfo
/
PDB
/
CMakeLists.txt
blob: 92a85540937f291fbc825ecf8897a6312be52cd6 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
DebugInfoCodeView
DebugInfoPDB
)
set(DebugInfoPDBSources
MappedBlockStreamTest.cpp
PDBApiTest.cpp
)
add_llvm_unittest(DebugInfoPDBTests
${DebugInfoPDBSources}
)