Sink add_llvm_library(gtest_main) to UnitTestMain/CMakeLists.txt.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198933 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2014-01-10 11:02:26 +00:00
parent 53b22f17c4
commit f1a1e4a723
2 changed files with 4 additions and 3 deletions

View File

@ -42,6 +42,4 @@ add_llvm_library(gtest
googletest/src/gtest-all.cc googletest/src/gtest-all.cc
) )
add_llvm_library(gtest_main add_subdirectory(UnitTestMain)
UnitTestMain/TestMain.cpp
)

View File

@ -0,0 +1,3 @@
add_llvm_library(gtest_main
TestMain.cpp
)