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
|
||||
ASTMatchersNodeTest.cpp
|
||||
ASTMatchersNarrowingTest.cpp
|
||||
ASTMatchersTraversalTest.cpp)
|
||||
ASTMatchersTraversalTest.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(ASTMatchersTests
|
||||
PRIVATE
|
||||
|
|
|
@ -5,7 +5,8 @@ set(LLVM_LINK_COMPONENTS
|
|||
add_clang_unittest(DynamicASTMatchersTests
|
||||
VariantValueTest.cpp
|
||||
ParserTest.cpp
|
||||
RegistryTest.cpp)
|
||||
RegistryTest.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(DynamicASTMatchersTests
|
||||
PRIVATE
|
||||
|
|
Loading…
Reference in New Issue