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

add_clang_library(clangFrontendTool
  ExecuteCompilerInvocation.cpp
  )