brintos

brintos / llvm-project-archived public Read only

0
0
Text · 189 B · b2d2b1b Raw
11 lines · plain
1set(LLVM_LINK_COMPONENTS2  Support3  TestingSupport4  )5 6add_llvm_unittest(TestingSupportTests7  TempPathTest.cpp8  )9 10target_link_libraries(TestingSupportTests PRIVATE LLVMTestingSupport)11