summaryrefslogtreecommitdiffstats
path: root/lib/FrontendTool/CMakeLists.txt
blob: 720ce2adf123c44d726780cc85d78df2d1ce71b6 (plain)
1
2
3
4
5
6
set(LLVM_USED_LIBS clangDriver clangFrontend clangRewrite clangCodeGen 
    clangStaticAnalyzerFrontend clangStaticAnalyzerCheckers clangStaticAnalyzerCore)

add_clang_library(clangFrontendTool
  ExecuteCompilerInvocation.cpp
  )
OpenPOWER on IntegriCloud