CMake: Refactor build system

This commit is contained in:
Er2
2023-12-04 20:48:45 +03:00
parent d6bf825c11
commit 470291c7e5
36 changed files with 467 additions and 336 deletions

View File

@@ -8,7 +8,7 @@
#include <stdint.h>
#include "CThread.hpp"
#include "common/Utils.hpp"
#include "Utils.hpp"
#if defined(_WIN32)
#define WIN32_LEAN_AND_MEAN