An open API service indexing awesome lists of open source software.

https://github.com/mitjap/linux-to-windows-crosscompile-proto

Mostly for future reference
https://github.com/mitjap/linux-to-windows-crosscompile-proto

Last synced: about 2 months ago
JSON representation

Mostly for future reference

Awesome Lists containing this project

README

          

Crosscompilation using toolchain file is very simillar to regular building flow with CMake.

```
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/Toolchain.windows.cmake
cmake --build .

```

This same toolchain file can be used with pretty much any project.