Ajout CMakeLists.txt pour compiler le serveur en Linux

This commit is contained in:
Marc-Eric Martel
2023-10-01 11:52:07 -04:00
parent bfda5e8948
commit 8be8852596
8 changed files with 39 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ private:
World* m_world = nullptr;
std::string Timestamp();
std::string LogTimestamp();
void Log(std::string str, bool is_error, bool is_fatal);
void buildIdList(size_t size);