Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
5ff020a6b60454c67142a24727f18a5cb1521f66
/
.
/
llvm
/
unittests
/
DebugInfo
/
PDB
/
CMakeLists.txt
blob: 91924a5a875449e5ae43bd6d33434472d165edd8 [
file
] [
log
] [
blame
]
Zachary Turner
94269a4
2015-02-07 01:47:14 +0000
[
diff
] [
blame
]
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
)