Mercurial > hg > CbC > CbC_llvm
view clang-tools-extra/clang-include-fixer/CMakeLists.txt @ 214:0cf2d4ade63d
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Jul 2021 09:53:52 +0900 |
parents | 2e18cbf3894f |
children | 1f2b6ac9f198 |
line wrap: on
line source
set(LLVM_LINK_COMPONENTS support ) add_clang_library(clangIncludeFixer IncludeFixer.cpp IncludeFixerContext.cpp InMemorySymbolIndex.cpp FuzzySymbolIndex.cpp SymbolIndexManager.cpp YamlSymbolIndex.cpp LINK_LIBS findAllSymbols DEPENDS omp_gen ) clang_target_link_libraries(clangIncludeFixer PRIVATE clangAST clangBasic clangFormat clangFrontend clangLex clangParse clangSema clangSerialization clangTooling clangToolingCore ) add_subdirectory(plugin) add_subdirectory(tool) add_subdirectory(find-all-symbols)