package An official xmake package repository
https://xrepo.xmake.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
442 B
20 lines
442 B
diff --git a/quic/state/CMakeLists.txt b/quic/state/CMakeLists.txt |
|
index e3b0d5d9d..d86f50ee7 100644 |
|
--- a/quic/state/CMakeLists.txt |
|
+++ b/quic/state/CMakeLists.txt |
|
@@ -151,6 +151,7 @@ add_dependencies( |
|
mvfst_codec |
|
mvfst_codec_types |
|
mvfst_state_machine |
|
+ mvfst_flowcontrol |
|
) |
|
|
|
target_link_libraries( |
|
@@ -160,6 +161,7 @@ target_link_libraries( |
|
mvfst_codec |
|
mvfst_codec_types |
|
mvfst_state_machine |
|
+ mvfst_flowcontrol |
|
) |
|
|
|
|
|
|