Skip to content

Commit

Permalink
Compile ok
Browse files Browse the repository at this point in the history
  • Loading branch information
afaure42 authored and SaumonDesMers committed Jun 1, 2024
1 parent d03b708 commit 3189d5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,12 @@ target_sources(${PROJECT_NAME}
src/app/network/shared/Poller.cpp
src/app/network/shared/Socket.cpp
src/app/network/shared/ConnectionSocket.cpp
src/app/network/shared/ConnectionSocket.cpp
src/app/network/shared/packets/PacketFactory.cpp
src/app/network/shared/packets/IncomingPacketList.cpp
src/app/network/shared/packets/IPacket.cpp
src/app/network/shared/packets/DisconnectPacket.cpp
src/app/network/shared/packets/BlockActionPacket.cpp
src/app/network/shared/packets/CtoS/PlayerConnectedPacket.cpp
src/app/network/shared/packets/CtoS/PlayerMovePacket.cpp
src/app/network/shared/packets/StoC/ConnectionPacket.cpp
Expand Down Expand Up @@ -191,6 +193,7 @@ target_sources(server
src/app/network/shared/ConnectionSocket.cpp
src/app/network/shared/packets/PacketFactory.cpp
src/app/network/shared/packets/IncomingPacketList.cpp
src/app/network/shared/packets/BlockActionPacket.cpp
src/app/network/shared/packets/IPacket.cpp
src/app/network/shared/packets/DisconnectPacket.cpp
src/app/network/shared/packets/CtoS/PlayerConnectedPacket.cpp
Expand Down

0 comments on commit 3189d5f

Please sign in to comment.