diff options
| author | Osmium Sorcerer <os@sof.beauty> | 2026-03-22 18:56:58 +0000 |
|---|---|---|
| committer | Osmium Sorcerer <os@sof.beauty> | 2026-03-29 22:22:25 +0000 |
| commit | d6352bc889638b82a887e0a1a138f2b8086dbbdb (patch) | |
| tree | 35f7bb8b5b6641f69930bd8485260bc8594e5fe9 /CMakeLists.txt | |
| parent | a124f46861d549ddc13485536962e34d80de939a (diff) | |
Handle extension packets using binary frames
The subprotocol shall use binary frames, and AO protocol stays separated
within the text frames.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c5930f7..cdd5952 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -119,6 +119,7 @@ qt_add_executable(Attorney_Online src/keyring.cpp src/ext_packet.h src/ext_packet.cpp + src/ext_distribution.cpp src/vli.h src/vli.c src/auth_flow.h |
