Sign in
android
/
toolchain
/
rustc
/
54272acac043c1dedfb7db7420545b31ec1ac51f
/
.
/
src
/
llvm-project
/
llvm
/
utils
/
unittest
/
UnitTestMain
/
CMakeLists.txt
blob: 32f0f25a60ffcde4f151a8bf7fedcd8b5ba2b1fb [
file
] [
log
] [
blame
]
add_llvm_library(gtest_main
TestMain.cpp
LINK_LIBS
gtest
LINK_COMPONENTS
Support # Depends on llvm::cl
# This library is not meant to be in the install tree, only the build tree.
BUILDTREE_ONLY
)