llvm-for-llvmta/tools/clang/lib/ASTMatchers/Dynamic/CMakeLists.txt

21 lines
261 B
CMake
Raw Normal View History

2022-04-25 13:02:35 +02:00
set(LLVM_LINK_COMPONENTS
FrontendOpenMP
Support
)
add_clang_library(clangDynamicASTMatchers
Diagnostics.cpp
Marshallers.cpp
Parser.cpp
Registry.cpp
VariantValue.cpp
LINK_LIBS
clangAST
clangASTMatchers
clangBasic
DEPENDS
omp_gen
)