aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/flatbuffers/samples/ya.make
blob: 7855f8f461c7ec63130fbe8a877b325c635251d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PROGRAM()

LICENSE(Apache-2.0)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

NO_UTIL()

SRCS(
    monster.fbs
    sample_binary.cpp
)

PEERDIR(
    contrib/libs/flatbuffers
)

END()