NAKAMURA Takumi | 1f5cf85 | 2014-01-10 11:02:26 +0000 | [diff] [blame] | 1 | add_llvm_library(gtest_main |
2 | TestMain.cpp | ||||
NAKAMURA Takumi | 0dc73df | 2014-02-10 11:27:41 +0000 | [diff] [blame] | 3 | |
NAKAMURA Takumi | 9698686 | 2014-02-26 06:41:29 +0000 | [diff] [blame] | 4 | LINK_LIBS |
NAKAMURA Takumi | 0dc73df | 2014-02-10 11:27:41 +0000 | [diff] [blame] | 5 | gtest |
Andrew Wilkins | 095e22d | 2016-02-12 01:42:43 +0000 | [diff] [blame] | 6 | |
7 | LINK_COMPONENTS | ||||
8 | Support # Depends on llvm::cl | ||||
Michael Gottesman | 31e9363 | 2016-09-09 19:45:34 +0000 | [diff] [blame^] | 9 | |
10 | # This library is not meant to be in the install tree, only the build tree. | ||||
11 | BUILDTREE_ONLY | ||||
NAKAMURA Takumi | 0dc73df | 2014-02-10 11:27:41 +0000 | [diff] [blame] | 12 | ) |