文本文件  |  16行  |  226 B

set(LLVM_LINK_COMPONENTS
  Support
  )

add_clang_unittest(FormatTests
  FormatTest.cpp
  FormatTestJava.cpp
  FormatTestJS.cpp
  FormatTestProto.cpp
  )

target_link_libraries(FormatTests
  clangFormat
  clangToolingCore
  )