llvm-project/llvm/unittests/Testing/Support/CMakeLists.txt

11 lines
189 B
CMake

set(LLVM_LINK_COMPONENTS
Support
TestingSupport
)
add_llvm_unittest(TestingSupportTests
TempPathTest.cpp
)
target_link_libraries(TestingSupportTests PRIVATE LLVMTestingSupport)