brintos

brintos / llvm-project-archived public Read only

0
0
Text · 312 B · b6db7ce Raw
19 lines · plain
1add_clang_unittest(DynamicASTMatchersTests2  VariantValueTest.cpp3  ParserTest.cpp4  RegistryTest.cpp5  CLANG_LIBS6  clangAST7  clangASTMatchers8  clangBasic9  clangDynamicASTMatchers10  clangFrontend11  clangSerialization12  clangTooling13  LINK_LIBS14  clangTesting15  LLVM_COMPONENTS16  FrontendOpenMP17  Support18  )19