diff options
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 478fc50..fff6242 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -4,13 +4,13 @@ include_directories( add_library(erebos attach.cpp - channel.cpp contact.cpp frp.cpp identity.cpp merge.cpp message.cpp network.cpp + network/channel.cpp network/protocol.cpp pairing.cpp pubkey.cpp |