Sign in
◑
Theme
swiftshader
/
SwiftShader.git
/
22d73d15e778a4c8dda5a141c0da4dc10f4d8bf3
/
.
/
third_party
/
llvm-7.0
/
llvm
/
utils
/
unittest
/
UnitTestMain
/
CMakeLists.txt
blob: 32f0f25a60ffcde4f151a8bf7fedcd8b5ba2b1fb [
file
]
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
)