summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/tool-template/CMakeLists.txt
blob: 8223e4c8881c86572ddfd4554bae70077fa1932b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
set(LLVM_LINK_COMPONENTS
  Support
  )

add_clang_executable(tool-template
  ToolTemplate.cpp
  )

target_link_libraries(tool-template
  clangAST
  clangASTMatchers
  clangBasic
  clangFrontend
  clangTooling
  )
OpenPOWER on IntegriCloud