aboutsummaryrefslogtreecommitdiff
path: root/lib/Format/CMakeLists.txt
blob: 47e15bd08a3f9fb0527accc8e8d73c9e7d42f709 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
set(LLVM_LINK_COMPONENTS support)

add_clang_library(clangFormat
  BreakableToken.cpp
  ContinuationIndenter.cpp
  Format.cpp
  FormatToken.cpp
  TokenAnnotator.cpp
  UnwrappedLineParser.cpp
  WhitespaceManager.cpp

  LINK_LIBS
  clangBasic
  clangLex
  clangTooling
  )