summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/modularize/CMakeLists.txt
blob: eaf220884c86d211dd9ea95dd7619233ae52635f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
set(LLVM_LINK_COMPONENTS
  Option
  Support
  )

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

target_link_libraries(modularize
  clangAST
  clangBasic
  clangDriver
  clangFrontend
  clangLex
  clangTooling
  )
OpenPOWER on IntegriCloud