llvm-project/clang-tools-extra/include-fixer/find-all-symbols/tool/CMakeLists.txt

13 lines
250 B
CMake

include_directories(${CMAKE_CURRENT_SOURCE_DIR}/..)
add_clang_executable(find-all-symbols FindAllSymbolsMain.cpp)
target_link_libraries(find-all-symbols
clangAST
clangASTMatchers
clangBasic
clangFrontend
clangTooling
findAllSymbols
)