diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
commit | 718c552901d703c502ccbefdfc3c9028d608b947 (patch) | |
tree | 46534a98bbefcd7b1f3faa5b52c138ab27db75b7 /contrib/libs/flatbuffers/ya.make | |
parent | e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (diff) | |
download | ydb-718c552901d703c502ccbefdfc3c9028d608b947.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/flatbuffers/ya.make')
-rw-r--r-- | contrib/libs/flatbuffers/ya.make | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/contrib/libs/flatbuffers/ya.make b/contrib/libs/flatbuffers/ya.make index 4af01ae72c..4928393fcb 100644 --- a/contrib/libs/flatbuffers/ya.make +++ b/contrib/libs/flatbuffers/ya.make @@ -9,9 +9,9 @@ OWNER( ) VERSION(2.0.0) - -ORIGINAL_SOURCE(https://github.com/google/flatbuffers/archive/v2.0.0.tar.gz) - + +ORIGINAL_SOURCE(https://github.com/google/flatbuffers/archive/v2.0.0.tar.gz) + LICENSE( Apache-2.0 AND BSD-3-Clause @@ -23,24 +23,24 @@ ADDINCL( contrib/libs/flatbuffers/include ) -NO_COMPILER_WARNINGS() - -NO_UTIL() +NO_COMPILER_WARNINGS() +NO_UTIL() + CFLAGS( -DFLATBUFFERS_LOCALE_INDEPENDENT=1 ) - + SRCS( - src/idl_gen_text.cpp - src/idl_parser.cpp - src/reflection.cpp - src/util.cpp + src/idl_gen_text.cpp + src/idl_parser.cpp + src/reflection.cpp + src/util.cpp ) END() - -RECURSE( - flatc - samples -) + +RECURSE( + flatc + samples +) |