summaryrefslogtreecommitdiff
path: root/utils/unittest/googletest/Makefile
blob: d73e85a54333b503f65e70760ad23bdc19398dba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
##===- utils/unittest/googletest/Makefile ------------------*- Makefile -*-===##
#
#                     The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##

LEVEL := ../../..
include $(LEVEL)/Makefile.config

LIBRARYNAME = GoogleTest
BUILD_ARCHIVE = 1
SOURCES = gtest-all.cc
CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/
CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include/
CPP.Flags += -Wno-missing-field-initializers -Wno-variadic-macros

include $(LEVEL)/Makefile.common