detours-cmake
detours-cmake copied to clipboard
[Feat request] cross compile support
PoC: https://github.com/hellodword/detours-cmake-cross/tree/cross
Thank you. I will see what I can do based on your example.
Hey, finally got around to this. Added cross-compile support based on your PoC - thanks for putting that together, it was helpful.
PR #3 adds:
- MinGW cross-compilation from Linux
- CI for both MSVC (x86/x64) and MinGW builds
- Kept all existing MSVC functionality intact
Merging now. Cheers!