diff options
| author | Weiyi Wang <wwylele@gmail.com> | 2017-07-17 17:08:02 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-17 17:08:02 +0300 |
| commit | 924215a41fc3b1cfe16ae622a14a4bc856b5972e (patch) | |
| tree | c0407aad38f63520e402ce713bf7a73fa6397f11 /src/network/CMakeLists.txt | |
| parent | 308292dfa1674e68bb14179bc5a82710e6e24616 (diff) | |
| parent | 77df82f5d66683f4928c4ad37f1deb77b79bb7df (diff) | |
Merge pull request #2818 from B3n30/network
Enable data transfer over ENet
Diffstat (limited to 'src/network/CMakeLists.txt')
| -rw-r--r-- | src/network/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/CMakeLists.txt b/src/network/CMakeLists.txt index aeabe430e..ac9d028da 100644 --- a/src/network/CMakeLists.txt +++ b/src/network/CMakeLists.txt @@ -1,11 +1,13 @@ set(SRCS network.cpp + packet.cpp room.cpp room_member.cpp ) set(HEADERS network.h + packet.h room.h room_member.h ) |
