forked from OSchip/llvm-project
25 lines
379 B
CMake
25 lines
379 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
Support
|
||
|
)
|
||
|
|
||
|
add_clang_library(findAllSymbols
|
||
|
FindAllSymbols.cpp
|
||
|
FindAllSymbolsAction.cpp
|
||
|
FindAllMacros.cpp
|
||
|
HeaderMapCollector.cpp
|
||
|
PathConfig.cpp
|
||
|
PragmaCommentHandler.cpp
|
||
|
STLPostfixHeaderMap.cpp
|
||
|
SymbolInfo.cpp
|
||
|
|
||
|
LINK_LIBS
|
||
|
clangAST
|
||
|
clangASTMatchers
|
||
|
clangBasic
|
||
|
clangFrontend
|
||
|
clangLex
|
||
|
clangTooling
|
||
|
)
|
||
|
|
||
|
add_subdirectory(tool)
|