From 7420a170928da75cb860e3fc8804416babdeec8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 12 Aug 2023 17:53:08 +0200 Subject: New class for network protocol implementation --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6676a9c..478fc50 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -11,6 +11,7 @@ add_library(erebos merge.cpp message.cpp network.cpp + network/protocol.cpp pairing.cpp pubkey.cpp service.cpp -- cgit v1.2.3