[llvm-shlib] Fix the version naming style of libLLVM for Windows (#85710)
[llvm-project.git] / llvm / unittests / Testing / Support / CMakeLists.txt
blobb2d2b1bda82ffea8b6beab687154569d55853012
1 set(LLVM_LINK_COMPONENTS
2   Support
3   TestingSupport
4   )
6 add_llvm_unittest(TestingSupportTests
7   TempPathTest.cpp
8   )
10 target_link_libraries(TestingSupportTests PRIVATE LLVMTestingSupport)