CMakeLists upgrade to 3.16 and cleanup

* Remove precompiled header hack
* Fixes for compilation on VS2022 Debug configurations
This commit is contained in:
Cacodemon345 2023-08-14 16:20:50 +06:00 committed by Christoph Oelckers
commit 14a3cf8fc2
6 changed files with 38 additions and 42 deletions

View file

@ -36,6 +36,7 @@
*/
#include <time.h>
#include <string.h>
#include "common/engine/printf.h"
#include "discord_rpc.h"