freebsd-dev/contrib/llvm/tools/clang/lib/Index/CMakeLists.txt
2010-09-20 16:43:17 +00:00

16 lines
241 B
CMake

set(LLVM_NO_RTTI 1)
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
)