build/unittests: Fix llvm-config names for gtest libraries, and bring Makefile

library names in line with those used by CMake.
 - Patch by Johannes Obermayr, with tweaks by me.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146706 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar
2011-12-15 23:35:08 +00:00
parent 028700f544
commit bb53bbb7d4
4 changed files with 5 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ LEVEL := ../../..
include $(LEVEL)/Makefile.config
LIBRARYNAME = GoogleTest
LIBRARYNAME = gtest
BUILD_ARCHIVE = 1
REQUIRES_RTTI = 1