aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/grpc/third_party/upb/ya.make
blob: 9b0df6b95ecdf8309eab545d1cc73f4c6fd1e460 (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
# Generated by devtools/yamaker. 
 
LIBRARY() 
 
OWNER(g:cpp-contrib)
 
LICENSE(
    BSD-3-Clause AND
    Public-Domain
)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

ADDINCL( 
    ${ARCADIA_BUILD_ROOT}/contrib/libs/grpc
    contrib/libs/grpc 
    contrib/libs/grpc/third_party/upb 
) 
 
NO_COMPILER_WARNINGS() 
 
NO_RUNTIME()

IF (OS_LINUX OR OS_DARWIN) 
    CFLAGS(
        -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1
    )
ENDIF() 
 
SRCS( 
    upb/decode.c
    upb/encode.c
    upb/msg.c
    upb/port.c
    upb/table.c
    upb/upb.c
) 
 
END()