brintos

brintos / llvm-project-archived public Read only

0
0
Text · 282 B · cf37b26 Raw
16 lines · plain
1set(LLVM_LINK_COMPONENTS2  TargetParser3  TextAPI4  )5 6add_llvm_unittest(TextAPITests7  TextStubV1Tests.cpp8  TextStubV2Tests.cpp9  TextStubV3Tests.cpp10  TextStubV4Tests.cpp11  TextStubV5Tests.cpp12  RecordTests.cpp13  )14 15target_link_libraries(TextAPITests PRIVATE LLVMTestingSupport)16