xref: /llvm-project/llvm/unittests/TextAPI/CMakeLists.txt (revision 0801216f6273610c0eb9b3ffcbe525f0de4215bf)
1set(LLVM_LINK_COMPONENTS
2  TargetParser
3  TextAPI
4  )
5
6add_llvm_unittest(TextAPITests
7  TextStubV1Tests.cpp
8  TextStubV2Tests.cpp
9  TextStubV3Tests.cpp
10  TextStubV4Tests.cpp
11  TextStubV5Tests.cpp
12  RecordTests.cpp
13  )
14
15target_link_libraries(TextAPITests PRIVATE LLVMTestingSupport)
16