This commit is a response to Genode's increased default warning level. See the corresponding issue at: https://github.com/genodelabs/genode/issues/465
16 lines
325 B
Makefile
16 lines
325 B
Makefile
GTEST_DIR := $(call select_from_ports,googletest)/src/lib/googletest/googletest
|
|
|
|
include $(REP_DIR)/lib/import/import-gtest.mk
|
|
|
|
SRC_CC = gtest-all.cc
|
|
|
|
vpath %.cc $(GTEST_DIR)/src
|
|
|
|
INC_DIR += $(GTEST_DIR)
|
|
INC_DIR += $(GTEST_DIR)/include
|
|
INC_DIR += $(GTEST_DIR)/include/internal
|
|
|
|
LIBS += libc libm stdcxx
|
|
|
|
CC_CXX_WARN_STRICT =
|