diff options
author | Stanislav Kirillov <staskirillov@gmail.com> | 2022-02-10 16:46:07 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:07 +0300 |
commit | 92fe2b1e7bc79f7b95adef61714fc003f6ea4a1c (patch) | |
tree | 817034f4ca57c9f841bb047ec94630c2e78a2b1d /contrib/libs/flatbuffers/ya.make | |
parent | 53c76da6d9f6cc5a17f6029df396f0e3bc1ff47d (diff) | |
download | ydb-92fe2b1e7bc79f7b95adef61714fc003f6ea4a1c.tar.gz |
Restoring authorship annotation for Stanislav Kirillov <staskirillov@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/flatbuffers/ya.make')
-rw-r--r-- | contrib/libs/flatbuffers/ya.make | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/contrib/libs/flatbuffers/ya.make b/contrib/libs/flatbuffers/ya.make index 4af01ae72c..479b6bce6e 100644 --- a/contrib/libs/flatbuffers/ya.make +++ b/contrib/libs/flatbuffers/ya.make @@ -1,5 +1,5 @@ # Generated by devtools/yamaker from nixpkgs 28acaac96f0cc203c63a3d50634541feff7fc31c. - + LIBRARY() OWNER( @@ -15,8 +15,8 @@ ORIGINAL_SOURCE(https://github.com/google/flatbuffers/archive/v2.0.0.tar.gz) LICENSE( Apache-2.0 AND BSD-3-Clause -) - +) + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) ADDINCL( @@ -24,21 +24,21 @@ ADDINCL( ) NO_COMPILER_WARNINGS() - + NO_UTIL() CFLAGS( -DFLATBUFFERS_LOCALE_INDEPENDENT=1 ) -SRCS( +SRCS( src/idl_gen_text.cpp src/idl_parser.cpp src/reflection.cpp src/util.cpp -) - -END() +) + +END() RECURSE( flatc |