blob: 32f0f25a60ffcde4f151a8bf7fedcd8b5ba2b1fb [file] [log] [blame]
NAKAMURA Takumi1f5cf852014-01-10 11:02:26 +00001add_llvm_library(gtest_main
2 TestMain.cpp
NAKAMURA Takumi0dc73df2014-02-10 11:27:41 +00003
NAKAMURA Takumi96986862014-02-26 06:41:29 +00004 LINK_LIBS
NAKAMURA Takumi0dc73df2014-02-10 11:27:41 +00005 gtest
Andrew Wilkins095e22d2016-02-12 01:42:43 +00006
7 LINK_COMPONENTS
8 Support # Depends on llvm::cl
Michael Gottesman31e93632016-09-09 19:45:34 +00009
10 # This library is not meant to be in the install tree, only the build tree.
11 BUILDTREE_ONLY
NAKAMURA Takumi0dc73df2014-02-10 11:27:41 +000012 )