bolt/deps/llvm-18.1.8/clang/lib/ASTMatchers/CMakeLists.txt

22 lines
278 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
add_subdirectory(Dynamic)
set(LLVM_LINK_COMPONENTS
FrontendOpenMP
Support
)
add_clang_library(clangASTMatchers
ASTMatchFinder.cpp
ASTMatchersInternal.cpp
GtestMatchers.cpp
LINK_LIBS
clangAST
clangBasic
clangLex
DEPENDS
omp_gen
ClangDriverOptions
)