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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
utils
/
unittest
/
UnitTestMain
/
CMakeLists.txt
blob
7a3ac8a0f43e63779b05e537f0af9e6d4fad56e6
1
add_llvm_library(llvm_gtest_main
2
TestMain.cpp
3
4
LINK_LIBS
5
llvm_gtest
6
7
LINK_COMPONENTS
8
Support # Depends on llvm::cl
9
10
# This library is not meant to be in the install tree, only the build tree.
11
BUILDTREE_ONLY
12
)