Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e93c63d468d36e67cb15d183ecc6b8216c87c138
/
.
/
llvm
/
unittests
/
BinaryFormat
/
CMakeLists.txt
blob: 631936795b6c6cb460399f6188b76fe0dc16464f [
file
] [
log
] [
blame
]
Zachary Turner
264b5d9
2017-06-07 03:48:56 +0000
[
diff
] [
blame
]
1
set(LLVM_LINK_COMPONENTS
2
BinaryFormat
3
)
4
5
add_llvm_unittest(BinaryFormatTests
6
DwarfTest.cpp
7
TestFileMagic.cpp
8
)
9