aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/google/benchmark/ya.make
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2023-06-13 11:05:01 +0300
committeralexv-smirnov <alex@ydb.tech>2023-06-13 11:05:01 +0300
commitbf0f13dd39ee3e65092ba3572bb5b1fcd125dcd0 (patch)
tree1d1df72c0541a59a81439842f46d95396d3e7189 /contrib/restricted/google/benchmark/ya.make
parent8bfdfa9a9bd19bddbc58d888e180fbd1218681be (diff)
downloadydb-bf0f13dd39ee3e65092ba3572bb5b1fcd125dcd0.tar.gz
add ymake export to ydb
Diffstat (limited to 'contrib/restricted/google/benchmark/ya.make')
-rw-r--r--contrib/restricted/google/benchmark/ya.make56
1 files changed, 56 insertions, 0 deletions
diff --git a/contrib/restricted/google/benchmark/ya.make b/contrib/restricted/google/benchmark/ya.make
new file mode 100644
index 0000000000..8ef295a7b5
--- /dev/null
+++ b/contrib/restricted/google/benchmark/ya.make
@@ -0,0 +1,56 @@
+# Generated by devtools/yamaker from nixpkgs 22.05.
+
+LIBRARY()
+
+LICENSE(Apache-2.0)
+
+LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
+
+VERSION(1.7.1)
+
+ORIGINAL_SOURCE(https://github.com/google/benchmark/archive/v1.7.1.tar.gz)
+
+ADDINCL(
+ GLOBAL contrib/restricted/google/benchmark/include
+ contrib/restricted/google/benchmark/src
+)
+
+NO_COMPILER_WARNINGS()
+
+NO_UTIL()
+
+CFLAGS(
+ GLOBAL -DBENCHMARK_STATIC_DEFINE
+ -DHAVE_POSIX_REGEX
+ -DHAVE_STD_REGEX
+ -DHAVE_STEADY_CLOCK
+)
+
+SRCS(
+ src/benchmark.cc
+ src/benchmark_api_internal.cc
+ src/benchmark_name.cc
+ src/benchmark_register.cc
+ src/benchmark_runner.cc
+ src/check.cc
+ src/colorprint.cc
+ src/commandlineflags.cc
+ src/complexity.cc
+ src/console_reporter.cc
+ src/counter.cc
+ src/csv_reporter.cc
+ src/json_reporter.cc
+ src/perf_counters.cc
+ src/reporter.cc
+ src/sleep.cc
+ src/statistics.cc
+ src/string_util.cc
+ src/sysinfo.cc
+ src/timers.cc
+)
+
+END()
+
+RECURSE(
+ test
+)