summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/cpp11-migrate/Core/CMakeLists.txt
blob: 562ae65e1ebe4c760ce1722437fe69c08be55f18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
set(LLVM_LINK_COMPONENTS support)

add_clang_library(migrateCore
  FileOverrides.cpp
  SyntaxCheck.cpp
  Transforms.cpp
  Transform.cpp
  IncludeExcludeInfo.cpp
  PerfSupport.cpp
  )
target_link_libraries(migrateCore
  clangTooling
  clangBasic
  clangASTMatchers
  )
OpenPOWER on IntegriCloud