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/libs/jwt-cpp/ya.make | |
parent | 269126dcced1cc8b53eb4398b4a33e5142f10290 (diff) | |
download | ydb-056bb284ccf8dd6793ec3a54ffa36c4fb2b9ad11.tar.gz |
add library/cpp/actors, ymake build to ydb oss export
Diffstat (limited to 'contrib/libs/jwt-cpp/ya.make')
-rw-r--r-- | contrib/libs/jwt-cpp/ya.make | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/contrib/libs/jwt-cpp/ya.make b/contrib/libs/jwt-cpp/ya.make new file mode 100644 index 0000000000..f5372b7cd8 --- /dev/null +++ b/contrib/libs/jwt-cpp/ya.make @@ -0,0 +1,29 @@ +# Generated by devtools/yamaker from nixpkgs 22.05. + +LIBRARY() + +LICENSE( + BSD-2-Clause AND + MIT +) + +LICENSE_TEXTS(.yandex_meta/licenses.list.txt) + +VERSION(0.4.0) + +ORIGINAL_SOURCE(https://github.com/Thalhammer/jwt-cpp/archive/v0.4.0.tar.gz) + +PEERDIR( + contrib/libs/openssl +) + +ADDINCL( + ONE_LEVEL + contrib/libs/jwt-cpp/include +) + +NO_COMPILER_WARNINGS() + +NO_RUNTIME() + +END() |