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