forked from OSchip/llvm-project
Make add_clang_unittest formatting a bit more consistent.
llvm-svn: 330839
This commit is contained in:
parent
0badc676cf
commit
f3e043f67b
|
@ -15,7 +15,8 @@ add_clang_unittest(ASTMatchersTests
|
||||||
ASTMatchersInternalTest.cpp
|
ASTMatchersInternalTest.cpp
|
||||||
ASTMatchersNodeTest.cpp
|
ASTMatchersNodeTest.cpp
|
||||||
ASTMatchersNarrowingTest.cpp
|
ASTMatchersNarrowingTest.cpp
|
||||||
ASTMatchersTraversalTest.cpp)
|
ASTMatchersTraversalTest.cpp
|
||||||
|
)
|
||||||
|
|
||||||
target_link_libraries(ASTMatchersTests
|
target_link_libraries(ASTMatchersTests
|
||||||
PRIVATE
|
PRIVATE
|
||||||
|
|
|
@ -5,7 +5,8 @@ set(LLVM_LINK_COMPONENTS
|
||||||
add_clang_unittest(DynamicASTMatchersTests
|
add_clang_unittest(DynamicASTMatchersTests
|
||||||
VariantValueTest.cpp
|
VariantValueTest.cpp
|
||||||
ParserTest.cpp
|
ParserTest.cpp
|
||||||
RegistryTest.cpp)
|
RegistryTest.cpp
|
||||||
|
)
|
||||||
|
|
||||||
target_link_libraries(DynamicASTMatchersTests
|
target_link_libraries(DynamicASTMatchersTests
|
||||||
PRIVATE
|
PRIVATE
|
||||||
|
|
Loading…
Reference in New Issue