blob: 4af01ae72c09f6c77368673f54240e3afd319c65 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
# Generated by devtools/yamaker from nixpkgs 28acaac96f0cc203c63a3d50634541feff7fc31c.
LIBRARY()
OWNER(
eeight
kirillovs
g:cpp-contrib
)
VERSION(2.0.0)
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(
contrib/libs/flatbuffers/include
)
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
)
END()
RECURSE(
flatc
samples
)
|