1 set(LLVM_LINK_COMPONENTS 2 Support 3 ) 4 5 add_clang_unittest(FormatTests 6 FormatTest.cpp 7 FormatTestJS.cpp 8 FormatTestProto.cpp 9 ) 10 11 target_link_libraries(FormatTests 12 clangFormat 13 clangTooling 14 ) 15