OpenGrok
Cross Reference: CMakeLists.txt
xref
: /
external
/
llvm
/
unittests
/
Object
/
CMakeLists.txt
Home
|
History
|
Annotate
|
Download
|
only in
Object
1
set(LLVM_LINK_COMPONENTS
2
object
3
)
4
5
add_llvm_unittest(ObjectTests
6
YAMLTest.cpp
7
)
8