xref: /llvm-project/llvm/unittests/Testing/Support/CMakeLists.txt (revision 15ab7bc3af3c9f38b3404599d76e4ec3727a0f76)
1set(LLVM_LINK_COMPONENTS
2  Support
3  TestingSupport
4  )
5
6add_llvm_unittest(TestingSupportTests
7  TempPathTest.cpp
8  )
9
10target_link_libraries(TestingSupportTests PRIVATE LLVMTestingSupport)
11