summarylogtreecommitdiffstats
path: root/gtest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gtest.patch')
-rw-r--r--gtest.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtest.patch b/gtest.patch
index daff5d78655e..6e5e77ce5810 100644
--- a/gtest.patch
+++ b/gtest.patch
@@ -9,7 +9,7 @@ index f179d48..8927a5c 100644
-LDLIBS += -lpng -ltiff -ljpeg
+LDLIBS += -lpng -ltiff -ljpeg -lgtest -lgtest_main
--test: ${SOURCES:.cc=.o} libmve_fssr.a libmve_sfm.a libmve.a libmve_util.a gtest_main.a
+-test: ${SOURCES:.cc=.o} libmve_fssr.a libmve_sfm.a libmve.a libmve_util.a libgtest_main.a
+test: ${SOURCES:.cc=.o} libmve_fssr.a libmve_sfm.a libmve.a libmve_util.a
${LINK.cc} -o $@ $^ ${LDLIBS}