llvm-project/clang/lib/Index/CMakeLists.txt

16 lines
247 B
CMake
Raw Normal View History

set(LLVM_NO_RTTI 1)
add_clang_library(clangIndex
2009-07-07 05:38:29 +08:00
ASTLocation.cpp
2009-07-31 01:41:23 +08:00
Analyzer.cpp
2009-07-07 05:38:29 +08:00
DeclReferenceMap.cpp
Entity.cpp
2009-07-30 08:02:19 +08:00
GlobalSelector.cpp
Handlers.cpp
IndexProvider.cpp
2009-07-31 01:41:23 +08:00
Indexer.cpp
Program.cpp
2009-07-07 05:38:29 +08:00
ResolveLocation.cpp
2009-07-30 08:02:19 +08:00
SelectorMap.cpp
)