Skip to content

Commit

Permalink
Update CMakeLists.txt to move quic_socket_address
Browse files Browse the repository at this point in the history
Signed-off-by: Marten Richter <marten.richter@freenet.de>
  • Loading branch information
martenrichter authored Feb 8, 2025
1 parent f2b436b commit ad09423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transports/http3-quiche/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ third_party/quiche/quiche/common/quiche_random.cc
third_party/quiche/quiche/common/quiche_random.h
third_party/quiche/quiche/common/quiche_simple_arena.cc
third_party/quiche/quiche/common/quiche_simple_arena.h
third_party/quiche/quiche/common/quiche_socket_address.cc
third_party/quiche/quiche/common/quiche_socket_address.h
third_party/quiche/quiche/common/quiche_text_utils.cc
third_party/quiche/quiche/common/quiche_text_utils.h
third_party/quiche/quiche/common/simple_buffer_allocator.cc
Expand Down Expand Up @@ -803,8 +805,6 @@ third_party/quiche/quiche/quic/platform/api/quic_logging.h
#third_party/quiche/quiche/quic/platform/api/quic_mem_slice_storage.cc
#third_party/quiche/quiche/quic/platform/api/quic_mem_slice_storage.h
third_party/quiche/quiche/quic/platform/api/quic_server_stats.h
third_party/quiche/quiche/quic/platform/api/quic_socket_address.cc
third_party/quiche/quiche/quic/platform/api/quic_socket_address.h
third_party/quiche/quiche/quic/platform/api/quic_stack_trace.h
third_party/quiche/quiche/quic/platform/api/quic_thread.h
third_party/quiche/quiche/quic/tools/quic_simple_crypto_server_stream_helper.cc
Expand Down

0 comments on commit ad09423

Please sign in to comment.