3331ac7231
It is a library to support the benchmarking of functions, similar to unit-tests.
13 lines
439 B
Makefile
13 lines
439 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2016/11/21 18:20:30 minskim Exp $
|
|
|
|
BUILDLINK_TREE+= google-benchmark
|
|
|
|
.if !defined(GOOGLE_BENCHMARK_BUILDLINK3_MK)
|
|
GOOGLE_BENCHMARK_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.google-benchmark+= google-benchmark>=1.1.0
|
|
BUILDLINK_DEPMETHOD.google-benchmark?= build
|
|
BUILDLINK_PKGSRCDIR.google-benchmark?= ../../benchmarks/google-benchmark
|
|
.endif # GOOGLE_BENCHMARK_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -google-benchmark
|