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