Sign in
llvm
/
llvm-project
/
f9cd2ee119ff6bd59f48fd71617dc4fc981083c9
/
.
/
llvm
/
unittests
/
Testing
/
Support
/
CMakeLists.txt
blob: b2d2b1bda82ffea8b6beab687154569d55853012 [
file
]
set(LLVM_LINK_COMPONENTS
Support
TestingSupport
)
add_llvm_unittest(TestingSupportTests
TempPathTest.cpp
)
target_link_libraries(TestingSupportTests PRIVATE LLVMTestingSupport)