aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/aws/aws-c-event-stream/CMakeLists.txt
blob: cdbb05bfb00d729e59dedbaf3127b92bd75a3ca6 (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
# This file was gererated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
# original buildsystem will not be accepted.



add_library(restricted-aws-aws-c-event-stream)
target_compile_options(restricted-aws-aws-c-event-stream PRIVATE
  -Wno-everything
)
target_include_directories(restricted-aws-aws-c-event-stream PUBLIC
  ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/include
)
target_link_libraries(restricted-aws-aws-c-event-stream PUBLIC
  restricted-aws-aws-c-common
  restricted-aws-aws-c-io
  restricted-aws-aws-checksums
)
target_sources(restricted-aws-aws-c-event-stream PRIVATE
  ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream.c
  ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_channel_handler.c
  ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_rpc.c
  ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_rpc_client.c
  ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_rpc_server.c
)