forked from OSchip/llvm-project
19 lines
369 B
CMake
19 lines
369 B
CMake
set(LLVM_USED_LIBS clangBasic clangAST)
|
|
|
|
add_clang_library(clangIndex
|
|
ASTLocation.cpp
|
|
Analyzer.cpp
|
|
CallGraph.cpp
|
|
DeclReferenceMap.cpp
|
|
Entity.cpp
|
|
GlobalSelector.cpp
|
|
Handlers.cpp
|
|
IndexProvider.cpp
|
|
Indexer.cpp
|
|
Program.cpp
|
|
SelectorMap.cpp
|
|
)
|
|
|
|
add_dependencies(clangIndex ClangAttrClasses ClangAttrList
|
|
ClangDeclNodes ClangStmtNodes)
|