aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/aws/aws-c-event-stream/ya.make
blob: 97058617dc8ce40fe50472a3e739f52bb18080d1 (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
# Generated by devtools/yamaker.

LIBRARY()

OWNER(g:cpp-contrib)

VERSION(0.2.6)

LICENSE(Apache-2.0)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

PEERDIR(
    contrib/restricted/aws/aws-c-common
    contrib/restricted/aws/aws-c-io
    contrib/restricted/aws/aws-checksums
)

ADDINCL(
    GLOBAL contrib/restricted/aws/aws-c-event-stream/include
)

NO_COMPILER_WARNINGS()

NO_RUNTIME()

SRCS(
    source/event_stream.c
    source/event_stream_channel_handler.c
    source/event_stream_rpc.c
    source/event_stream_rpc_client.c
    source/event_stream_rpc_server.c
)

END()