vcpkg/toolsrc/include
Cristian Adam 38b959022c Add support for building with MinGW (#9137)
* Add support for building with MinGW

Tested with MSYS2 MinGW 8.3.0, gcc-mcf.lhmouse MinGW 9.2.1,
and StephanTLavavej/mingw-distro!

* Add MinGW toolchain

From your MinGW configured shell you could just use vcpkg to
configure packages.

An x64-mingw triplet would look like:
```
set(VCPKG_TARGET_ARCHITECTURE x64)
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE static)
set(VCPKG_ENV_PASSTHROUGH PATH)

set(VCPKG_CMAKE_SYSTEM_NAME MinGW)
```

* Add MinGW community tripplets

x64 tested with https://github.com/StephanTLavavej/mingw-distro
x86, arm64, arm tested with https://github.com/mstorsjo/llvm-mingw
2020-01-17 15:36:08 -08:00
..
catch2 [vcpkg] Major tool CMakeLists.txt updates 2019-08-16 19:40:53 -07:00
vcpkg Add support for building with MinGW (#9137) 2020-01-17 15:36:08 -08:00
vcpkg-test [vcpkg] Major tool CMakeLists.txt updates 2019-08-16 19:40:53 -07:00
pch.h Add support for building with MinGW (#9137) 2020-01-17 15:36:08 -08:00