# | |
# Copyright (c) 2015 Nest Labs, Inc. | |
# All rights reserved. | |
# | |
# This document is the property of Nest Labs. It is considered | |
# confidential and proprietary information. | |
# | |
# This document may not be reproduced or transmitted in any form, | |
# in whole or in part, without the express written permission of | |
# Nest Labs. | |
# | |
# Description: | |
# This is a make file for Nest Labs to compile and link | |
# redistributed gtest framework. | |
# | |
include pre.mak | |
LinkAgainstCPlusPlus := Yes | |
ifeq ($(BUILD_FEATURE_GTEST),1) | |
include gtest-common.mak | |
SubMakefiles += \ | |
tests/Makefile | |
#$(ResultIncPaths): $(ResultIncDir)/%: % | |
# $(install-result) | |
endif | |
include post.mak |