1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00

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

llvm-svn: 198933
This commit is contained in:
NAKAMURA Takumi 2014-01-10 11:02:26 +00:00
parent 7508c87ff4
commit dbf5da4276
2 changed files with 4 additions and 3 deletions

View File

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

View File

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