1
0
mirror of https://github.com/meekrosoft/fff synced 2026-01-23 00:15:59 +01:00

Add license file and make gtest compile with own TR1 tuple library

This commit is contained in:
Mike Long
2014-01-09 22:04:03 +08:00
parent 2afa7273b7
commit cbe9b8b7fb
7 changed files with 56 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ $(BUILD_DIR)/%.o: %.c
$(BUILD_DIR)/%.o: %.cpp
@echo "Compiling "$@
@echo " CPP "$<
$(CPP) -I../.. -o $@ $< -DTESTING
$(CPP) -DGTEST_USE_OWN_TR1_TUPLE=1 -I../.. -o $@ $< -DTESTING
$(TEMPLATE_PROGNAME): $(TEMPLATE_OBJFILES)
@echo "Linking "$@