Sign in
llvm
/
llvm-project
/
clang
/
c74cba66ea885162019136876eda4b423da9e5b7
/
.
/
unittests
/
Format
/
CMakeLists.txt
blob: 4a7ab794187b7790669a68b890ff20c4f4c7549b [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(FormatTests
FormatTest.cpp
FormatTestJava.cpp
FormatTestJS.cpp
FormatTestProto.cpp
)
target_link_libraries(FormatTests
clangFormat
clangToolingCore
)