summarylogtreecommitdiffstats
path: root/gtest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gtest.patch')
-rw-r--r--gtest.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtest.patch b/gtest.patch
index 04cc4492aac4..3d1ecd463e0d 100644
--- a/gtest.patch
+++ b/gtest.patch
@@ -25,8 +25,8 @@ index 69269b6..e043727 100644
-LDLIBS += -lpng -ltiff -ljpeg
+LDLIBS += -lpng -ltiff -ljpeg -lgtest -lgtest_main
--test: ${SOURCES:.cc=.o} libsmvs.a gtest_main.a
-+test: ${SOURCES:.cc=.o} libsmvs.a
+-test: ${SOURCES:.cc=.o} libsmvs.a libmve.a libmve_util.a gtest_main.a
++test: ${SOURCES:.cc=.o} libsmvs.a libmve.a libmve_util.a
${LINK.cc} -o $@ $^ ${LDLIBS}
clean: