freebsd-dev/contrib/llvm/tools/clang/lib/Index/CMakeLists.txt

16 lines
241 B
CMake
Raw Normal View History

2009-10-14 18:03:49 +00:00
set(LLVM_NO_RTTI 1)
add_clang_library(clangIndex
ASTLocation.cpp
Analyzer.cpp
2009-12-15 18:49:47 +00:00
CallGraph.cpp
2009-10-14 18:03:49 +00:00
DeclReferenceMap.cpp
Entity.cpp
GlobalSelector.cpp
Handlers.cpp
IndexProvider.cpp
Indexer.cpp
Program.cpp
SelectorMap.cpp
)