Codechange: workaround CMake/Xcode duplicate file name issue (#11186)

Having a library with files with the same name isn't supported in CMake's Xcode project file generation: https://gitlab.kitware.com/cmake/cmake/-/issues/20501. One of the files is renamed to work around this bug.
This commit is contained in:
Bouke Haarsma
2023-09-02 19:46:52 +02:00
committed by GitHub
parent 0089323542
commit 7e54418022
12 changed files with 12 additions and 12 deletions

View File

@@ -13,7 +13,7 @@
#include "engine_func.h"
#include "landscape.h"
#include "saveload/saveload.h"
#include "network/core/game_info.h"
#include "network/core/network_game_info.h"
#include "network/network.h"
#include "network/network_func.h"
#include "network/network_base.h"