brintos

brintos / llvm-project-archived public Read only

0
0
Text · 206 B · d826936 Raw
11 lines · plain
1set(LLVM_LINK_COMPONENTS2  Support3  TestingAnnotations4  )5 6add_llvm_unittest(TestingAnnotationTests7  AnnotationsTest.cpp8  )9 10target_link_libraries(TestingAnnotationTests PRIVATE LLVMTestingAnnotations)11