xref: /llvm-project/llvm/unittests/Testing/Annotations/CMakeLists.txt (revision 3432f4bf86e7c77666ae9dede1610ae843dde648)
1set(LLVM_LINK_COMPONENTS
2  Support
3  TestingAnnotations
4  )
5
6add_llvm_unittest(TestingAnnotationTests
7  AnnotationsTest.cpp
8  )
9
10target_link_libraries(TestingAnnotationTests PRIVATE LLVMTestingAnnotations)
11