diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-06-08 13:56:44 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-06-08 13:56:44 +0300 |
commit | 40479c2d3d1e9bd3eb213aba537570d28d37d8a2 (patch) | |
tree | 9a275dff7a8b4b20f6c7f33022a7ef800d7a4063 /contrib/restricted/CMakeLists.darwin-x86_64.txt | |
parent | 74801b5fa21692b9fce51b8096694453568cbf8a (diff) | |
download | ydb-40479c2d3d1e9bd3eb213aba537570d28d37d8a2.tar.gz |
Restrict direct usages of google benchmarking library
Forbid PEERDIR-ing Google Benchmark from modules other than G_BENCHMARK.
Diffstat (limited to 'contrib/restricted/CMakeLists.darwin-x86_64.txt')
-rw-r--r-- | contrib/restricted/CMakeLists.darwin-x86_64.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/restricted/CMakeLists.darwin-x86_64.txt b/contrib/restricted/CMakeLists.darwin-x86_64.txt index b5f18eb5e9..f83a626e83 100644 --- a/contrib/restricted/CMakeLists.darwin-x86_64.txt +++ b/contrib/restricted/CMakeLists.darwin-x86_64.txt @@ -13,6 +13,7 @@ add_subdirectory(boost) add_subdirectory(cityhash-1.0.2) add_subdirectory(dragonbox) add_subdirectory(fast_float) +add_subdirectory(google) add_subdirectory(googletest) add_subdirectory(nlohmann_json) add_subdirectory(thrift) |