Use UTF-8 for MSVC and enable visual styles for Windows (#2888)

* Add proper manifest for Windows

* MSVC: Use UTF-8 encoding compile option
This commit is contained in:
Amaro Martínez
2023-05-17 21:21:26 -05:00
committed by GitHub
parent 099d9cd0fd
commit b361d5ede1
4 changed files with 41 additions and 0 deletions

View File

@@ -500,6 +500,7 @@ if(MSVC)
/INCREMENTAL:NO;
/FORCE:MULTIPLE
>
/MANIFEST:NO;
/DEBUG;
/SUBSYSTEM:WINDOWS
)
@@ -514,6 +515,7 @@ if(MSVC)
/INCREMENTAL:NO;
/FORCE:MULTIPLE
>
/MANIFEST:NO;
/DEBUG;
/SUBSYSTEM:WINDOWS
)