2009-07-06 02:22:19 +04:00
|
|
|
set(LLVM_NO_RTTI 1)
|
|
|
|
|
2010-09-11 01:13:16 +04:00
|
|
|
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
|
|
|
|
)
|
2010-09-09 19:44:58 +04:00
|
|
|
|
2010-09-11 01:13:16 +04:00
|
|
|
target_link_libraries(clangIndex
|
2010-09-09 01:40:53 +04:00
|
|
|
clangSerialization
|
|
|
|
clangFrontend
|
|
|
|
clangParse
|
|
|
|
clangSema
|
|
|
|
clangChecker
|
|
|
|
clangAnalysis
|
|
|
|
clangIndex
|
|
|
|
clangRewrite
|
|
|
|
clangAST
|
|
|
|
clangLex
|
|
|
|
clangBasic
|
|
|
|
)
|
|
|
|
|
2010-09-11 01:13:16 +04:00
|
|
|
add_dependencies(clangIndex
|
|
|
|
ClangAttrClasses
|
|
|
|
ClangAttrList
|
|
|
|
ClangDeclNodes
|
|
|
|
ClangStmtNodes
|
2009-07-06 02:22:19 +04:00
|
|
|
)
|