diff --git a/engine/server/application/CentralServer/src/CMakeLists.txt b/engine/server/application/CentralServer/src/CMakeLists.txt index 7537725d..86b28480 100644 --- a/engine/server/application/CentralServer/src/CMakeLists.txt +++ b/engine/server/application/CentralServer/src/CMakeLists.txt @@ -70,8 +70,8 @@ set(SHARED_SOURCES shared/AuctionTransferGameAPI/TcpLibrary/Clock.cpp shared/AuctionTransferGameAPI/TcpLibrary/Clock.h - shared/AuctionTransferGameAPI/TcpLibrary/IpAddress.cpp - shared/AuctionTransferGameAPI/TcpLibrary/IpAddress.h + shared/AuctionTransferGameAPI/TcpLibrary/IPAddress.cpp + shared/AuctionTransferGameAPI/TcpLibrary/IPAddress.h shared/AuctionTransferGameAPI/TcpLibrary/TcpBlockAllocator.cpp shared/AuctionTransferGameAPI/TcpLibrary/TcpBlockAllocator.h shared/AuctionTransferGameAPI/TcpLibrary/TcpConnection.cpp diff --git a/external/3rd/library/platform/utils/Base/CMakeLists.txt b/external/3rd/library/platform/utils/Base/CMakeLists.txt index ea584772..086111ab 100644 --- a/external/3rd/library/platform/utils/Base/CMakeLists.txt +++ b/external/3rd/library/platform/utils/Base/CMakeLists.txt @@ -48,7 +48,7 @@ if(WIN32) else() set(PLATFORM_SOURCES linux/Archive.h - linux/BlockAllocator.h + linux/BlockAllocator.cpp linux/Event.cpp linux/Event.h linux/Logger.cpp diff --git a/external/3rd/library/soePlatform/ChatAPI/projects/ChatMono/CMakeLists.txt b/external/3rd/library/soePlatform/ChatAPI/projects/ChatMono/CMakeLists.txt index 032d7659..b9920873 100644 --- a/external/3rd/library/soePlatform/ChatAPI/projects/ChatMono/CMakeLists.txt +++ b/external/3rd/library/soePlatform/ChatAPI/projects/ChatMono/CMakeLists.txt @@ -86,7 +86,7 @@ set(SHARED_SOURCES ../../utils/UdpLibrary/UdpMisc.h ../../utils/UdpLibrary/UdpPriority.h ../../utils/UdpLibrary/UdpReliableChannel.cpp - ../../utils/UdpLibrary/UdpReliablechannel.h + ../../utils/UdpLibrary/UdpReliableChannel.h ../../utils/UdpLibrary/UdpTypes.h ../../utils/Unicode/FirstUnicode.cpp @@ -105,7 +105,7 @@ set(SHARED_SOURCES ../../utils/Unicode/utf8.cpp ../../utils/Unicode/utf8.h - ../../utils/GenericAPI/GenericApicore.cpp + ../../utils/GenericAPI/GenericApiCore.cpp ../../utils/GenericAPI/GenericApiCore.h ../../utils/GenericAPI/GenericConnection.cpp ../../utils/GenericAPI/GenericConnection.h