aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/Makefile.template
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-05-14 19:04:23 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2015-05-14 19:10:54 -0700
commitaa52d0a11f561670b3ffdf4b709628a8249637f3 (patch)
treebf7abee38bafe8995ada82e5524beac6318bc394 /templates/Makefile.template
parentb5b4d16866080336c142a949ff5c55d64f54f34e (diff)
Made qps_* targets "benchmark" builds.
Diffstat (limited to 'templates/Makefile.template')
-rw-r--r--templates/Makefile.template2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/Makefile.template b/templates/Makefile.template
index 2c7767c2dc..66703f812b 100644
--- a/templates/Makefile.template
+++ b/templates/Makefile.template
@@ -1369,6 +1369,8 @@ $(${tgt.name.upper()}_OBJS)\
% endif
% if tgt.language == 'c++' and tgt.build == 'test':
$(GTEST_LIB)\
+% elif tgt.language == 'c++' and tgt.build == 'benchmark':
+ $(GTEST_LIB)\
% endif
-o $(BINDIR)/$(CONFIG)/${tgt.name}
% if tgt.build == 'protoc' or tgt.language == 'c++':