refactor(cmake): move compiler flags in another file

Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
This commit is contained in:
Roberto Scolaro
2023-11-02 18:38:30 +01:00
committed by poiana
parent 6d4006a1ec
commit 1b8525bf80
4 changed files with 102 additions and 81 deletions

View File

@@ -17,7 +17,6 @@ limitations under the License.
#include "actions.h"
#ifdef _WIN32
#define WIN32_MEAN_AND_LEAN
#include <windows.h>
#endif

View File

@@ -18,7 +18,6 @@ limitations under the License.
#ifndef _WIN32
#include <sys/utsname.h>
#else
#define WIN32_MEAN_AND_LEAN
#include <windows.h>
#endif
#include <iostream>