]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - utils/unittest/UnitTestMain/CMakeLists.txt
Vendor import of llvm trunk r351319 (just before the release_80 branch
[FreeBSD/FreeBSD.git] / utils / unittest / UnitTestMain / CMakeLists.txt
1 add_llvm_library(gtest_main
2   TestMain.cpp
3
4   LINK_LIBS
5   gtest
6
7   LINK_COMPONENTS
8   Support # Depends on llvm::cl
9
10   # This library is not meant to be in the install tree, only the build tree.
11   BUILDTREE_ONLY
12   )