include $(APPDIR)/Make.defs
CXXEXT = .cc
CXXFLAGS += ${INCDIR_PREFIX}googlebenchmark/src
CXXSRCS += googlebenchmark/src/benchmark_api_internal.cc
CXXSRCS += googlebenchmark/src/benchmark_name.cc
CXXSRCS += googlebenchmark/src/benchmark_register.cc
CXXSRCS += googlebenchmark/src/benchmark_runner.cc
CXXSRCS += googlebenchmark/src/benchmark.cc
CXXSRCS += googlebenchmark/src/check.cc
CXXSRCS += googlebenchmark/src/colorprint.cc
CXXSRCS += googlebenchmark/src/commandlineflags.cc
CXXSRCS += googlebenchmark/src/complexity.cc
CXXSRCS += googlebenchmark/src/console_reporter.cc
CXXSRCS += googlebenchmark/src/counter.cc
CXXSRCS += googlebenchmark/src/csv_reporter.cc
CXXSRCS += googlebenchmark/src/json_reporter.cc
CXXSRCS += googlebenchmark/src/perf_counters.cc
CXXSRCS += googlebenchmark/src/reporter.cc
CXXSRCS += googlebenchmark/src/statistics.cc
CXXSRCS += googlebenchmark/src/string_util.cc
CXXSRCS += googlebenchmark/src/sysinfo.cc
CXXSRCS += googlebenchmark/src/timers.cc
CXXSRCS += googlebenchmark/src/sleep.cc
PRIORITY = $(CONFIG_LIB_GOOGLEBENCHMARK_PRIORITY)
STACKSIZE = $(CONFIG_LIB_GOOGLEBENCHMARK_STACKSIZE)
MODULE = $(CONFIG_LIB_GOOGLEBENCHMARK)
MAINSRC += googlebenchmark/src/benchmark_main.cc
PROGNAME += benchmark
include $(APPDIR)/Application.mk