Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b4cbb87feab0ce5fe0658711cce0e71075206c6f
/
.
/
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
)