summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/modularize/CMakeLists.txt
blob: 6af0e4ae4b30f09ce7e1b634d8b98ab05876d3d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
set(LLVM_LINK_COMPONENTS
  ${LLVM_TARGETS_TO_BUILD}
  asmparser
  support
  mc
  )

add_clang_executable(modularize
  Modularize.cpp
  ModuleAssistant.cpp
  PreprocessorTracker.cpp
  )

target_link_libraries(modularize
  clangTooling
  clangBasic
  clangRewriteFrontend
  )
OpenPOWER on IntegriCloud