llvm-project/clang/lib/Tooling/ASTDiff/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
164 B
CMake
Raw Normal View History

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