aboutsummaryrefslogtreecommitdiff
path: root/tools/clang-format/fuzzer/CMakeLists.txt
blob: c7772fcb2f01646e24f1c6a34a5cf9fea0191ef9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
set(LLVM_LINK_COMPONENTS support)

add_clang_executable(clang-format-fuzzer
  EXCLUDE_FROM_ALL
  ClangFormatFuzzer.cpp
  )

target_link_libraries(clang-format-fuzzer
  ${CLANG_FORMAT_LIB_DEPS}
  LLVMFuzzer
  )