forked from 3rd-party/fff
Add license file and make gtest compile with own TR1 tuple library
This commit is contained in:
@@ -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 "$@
|
||||
|
||||
Reference in New Issue
Block a user