repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-shlib] Fix the version naming style of libLLVM for Windows (#85710)
[llvm-project.git]
/
llvm
/
unittests
/
Testing
/
Support
/
CMakeLists.txt
blob
b2d2b1bda82ffea8b6beab687154569d55853012
1
set(LLVM_LINK_COMPONENTS
2
Support
3
TestingSupport
4
)
5
6
add_llvm_unittest(TestingSupportTests
7
TempPathTest.cpp
8
)
9
10
target_link_libraries(TestingSupportTests PRIVATE LLVMTestingSupport)