Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / unittests / TextAPI / CMakeLists.txt
blobcf37b26e8441612aa428319a400979500c1bbaf1
1 set(LLVM_LINK_COMPONENTS
2   TargetParser
3   TextAPI
4   )
6 add_llvm_unittest(TextAPITests
7   TextStubV1Tests.cpp
8   TextStubV2Tests.cpp
9   TextStubV3Tests.cpp
10   TextStubV4Tests.cpp
11   TextStubV5Tests.cpp
12   RecordTests.cpp
13   )
15 target_link_libraries(TextAPITests PRIVATE LLVMTestingSupport)