llvm-project/clang/lib/FrontendTool/CMakeLists.txt

8 lines
250 B
CMake
Raw Normal View History

set(LLVM_USED_LIBS clangDriver clangFrontend clangRewrite clangCodeGen
clangStaticAnalyzerFrontend clangStaticAnalyzerCheckers clangStaticAnalyzerCore
clangARCMigrate)
add_clang_library(clangFrontendTool
ExecuteCompilerInvocation.cpp
)