Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
4c4cc16dbb4ab44909ea3cbb43609ef5ea19b9d2
/
.
/
lib
/
Tooling
/
CMakeLists.txt
blob: b84b21194190f3e0ba4e186fe5161524c594f964 [
file
] [
log
] [
blame
]
Manuel Klimek
cb971c6
2012-04-04 12:07:46 +0000
[
diff
] [
blame
]
1
set(LLVM_LINK_COMPONENTS support)
2
SET(LLVM_USED_LIBS clangBasic clangFrontend clangAST)
3
4
add_clang_library(clangTooling
5
CompilationDatabase.cpp
6
Tooling.cpp
7
)