diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-03-15 19:59:12 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-03-15 19:59:12 +0300 |
commit | 056bb284ccf8dd6793ec3a54ffa36c4fb2b9ad11 (patch) | |
tree | 4740980126f32e3af7937ba0ca5f83e59baa4ab0 /contrib/restricted/boost/bind/ya.make | |
parent | 269126dcced1cc8b53eb4398b4a33e5142f10290 (diff) | |
download | ydb-056bb284ccf8dd6793ec3a54ffa36c4fb2b9ad11.tar.gz |
add library/cpp/actors, ymake build to ydb oss export
Diffstat (limited to 'contrib/restricted/boost/bind/ya.make')
-rw-r--r-- | contrib/restricted/boost/bind/ya.make | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/contrib/restricted/boost/bind/ya.make b/contrib/restricted/boost/bind/ya.make new file mode 100644 index 0000000000..ab85cf94c5 --- /dev/null +++ b/contrib/restricted/boost/bind/ya.make @@ -0,0 +1,31 @@ +# Generated by devtools/yamaker from nixpkgs 22.05. + +LIBRARY() + +LICENSE(BSL-1.0) + +LICENSE_TEXTS(.yandex_meta/licenses.list.txt) + +OWNER( + g:cpp-contrib + g:taxi-common +) + +VERSION(1.81.0) + +ORIGINAL_SOURCE(https://github.com/boostorg/bind/archive/boost-1.81.0.tar.gz) + +PEERDIR( + contrib/restricted/boost/config + contrib/restricted/boost/core +) + +ADDINCL( + GLOBAL contrib/restricted/boost/bind/include +) + +NO_COMPILER_WARNINGS() + +NO_UTIL() + +END() |