Skip to content

Commit 855104d

Browse files
committed
Update CMakeLists.txt add quic_packet_writer_wrapper
Signed-off-by: Marten Richter <[email protected]>
1 parent 38084ad commit 855104d

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

transports/http3-quiche/CMakeLists.txt

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ endif(COMMAND cmake_policy)
6363

6464

6565
#protobuf_generate_cpp(PROTO_SRCS PROTO_HDRS
66-
#third_party/quiche/quiche/quic/core/proto/cached_network_parameters.proto
67-
#third_party/quiche/quiche/quic/core/proto/crypto_server_config.proto
68-
#third_party/quiche/quiche/quic/core/proto/source_address_token.proto)
66+
#third_party/quiche/quiche//proto/cached_network_parameters.proto
67+
#third_party/quiche/quiche//proto/crypto_server_config.proto
68+
#third_party/quiche/quiche//proto/source_address_token.proto)
6969

7070

7171

@@ -91,12 +91,12 @@ platform/quiche_platform_impl/quiche_server_stats_impl.h
9191
platform/quiche_platform_impl/quiche_flag_utils_impl.h
9292
#protofiles
9393
#${PROTO_SRCS}
94-
#${CMAKE_CURRENT_BINARY_DIR}/third_party/quiche/quiche/quic/core/proto/cached_network_parameters.pb.h
95-
#${CMAKE_CURRENT_BINARY_DIR}/third_party/quiche/quiche/quic/core/proto/crypto_server_config.pb.h
96-
#${CMAKE_CURRENT_BINARY_DIR}/third_party/quiche/quiche/quic/core/proto/source_address_token.pb.h
97-
#${CMAKE_CURRENT_BINARY_DIR}/third_party/quiche/quiche/quic/core/proto/cached_network_parameters.pb.cc
98-
#${CMAKE_CURRENT_BINARY_DIR}/third_party/quiche/quiche/quic/core/proto/crypto_server_config.pb.cc
99-
#${CMAKE_CURRENT_BINARY_DIR}/third_party/quiche/quiche/quic/core/proto/source_address_token.pb.cc
94+
#${CMAKE_CURRENT_BINARY_DIR}/third_party/quiche/quiche//proto/cached_network_parameters.pb.h
95+
#${CMAKE_CURRENT_BINARY_DIR}/third_party/quiche/quiche//proto/crypto_server_config.pb.h
96+
#${CMAKE_CURRENT_BINARY_DIR}/third_party/quiche/quiche//proto/source_address_token.pb.h
97+
#${CMAKE_CURRENT_BINARY_DIR}/third_party/quiche/quiche//proto/cached_network_parameters.pb.cc
98+
#${CMAKE_CURRENT_BINARY_DIR}/third_party/quiche/quiche//proto/crypto_server_config.pb.cc
99+
#${CMAKE_CURRENT_BINARY_DIR}/third_party/quiche/quiche//proto/source_address_token.pb.cc
100100
# url file
101101
third_party/googleurl/base/debug/crash_logging.cc
102102
third_party/googleurl/base/debug/crash_logging.h
@@ -728,6 +728,8 @@ third_party/quiche/quiche/quic/core/quic_packet_number.h
728728
third_party/quiche/quiche/quic/core/quic_packet_reader.cc
729729
third_party/quiche/quiche/quic/core/quic_packet_reader.h
730730
third_party/quiche/quiche/quic/core/quic_packet_writer.h
731+
third_party/quiche/quiche/quic/core/quic_packet_writer_wrapper.cc
732+
third_party/quiche/quiche/quic/core/quic_packet_writer_wrapper.h
731733
third_party/quiche/quiche/quic/core/quic_packets.cc
732734
third_party/quiche/quiche/quic/core/quic_packets.h
733735
third_party/quiche/quiche/quic/core/quic_path_validator.cc

0 commit comments

Comments
 (0)