blob: b2d2b1bda82ffea8b6beab687154569d55853012 (
plain)
1
2
3
4
5
6
7
8
9
10
|
set(LLVM_LINK_COMPONENTS
Support
TestingSupport
)
add_llvm_unittest(TestingSupportTests
TempPathTest.cpp
)
target_link_libraries(TestingSupportTests PRIVATE LLVMTestingSupport)
|