Files
linux-packaging-mono/external/llvm-project/clang/lib/Tooling/ASTDiff/CMakeLists.txt

12 lines
143 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
Support
)
add_clang_library(clangToolingASTDiff
ASTDiff.cpp
LINK_LIBS
clangBasic
clangAST
clangLex
)