diff options
| author | lijia <[email protected]> | 2024-10-25 15:30:31 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2024-11-08 11:52:03 +0800 |
| commit | a01ac0e7274854a16ce125a059b3d2ab5fb7d7cf (patch) | |
| tree | 571788768c273dec1f7db0a4744ecbe505259a37 /test/CMakeLists.txt | |
| parent | d0a868591470a4a9d71a65a5d540058e72c8d92c (diff) | |
quicv2.0 rebase onto stellar develop-2.0dev-quic-v2.0
Diffstat (limited to 'test/CMakeLists.txt')
| -rw-r--r-- | test/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 11d1abc..5c05a12 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -6,4 +6,5 @@ add_subdirectory(lpi_plus) #add_subdirectory(decoders/socks) #add_subdirectory(decoders/stratum) #add_subdirectory(decoders/session_flags) -add_subdirectory(monitor)
\ No newline at end of file +add_subdirectory(monitor) +add_subdirectory(decoders/quic) |
