v0.22.0
What's Changed
- 🎉 feat: add an MSVC Toolchain - automatically support MSVC with non-visual studio generators (e.g. Ninja) regardless of the environment by @aminya in #34, #123, #124, #128
- 🎉 feat: support MinGW by @aminya in #126, #127, #128
- feat: allow Conan profiles by @ddalcino in #115
- feat: put the executable on PATH for debugging inside Visual Studio by @aminya in #121
- feat: add the LINKER option to project_options by @aminya in #125
- feat: add a module to detect the compiler by @aminya in #126, #127
Breaking Changes
- Removed the global
USER_LINKER_OPTION
variable. Now, you should pass your custom linker as the function argumentLINKER
toproject_options
LINKER: choose a specific linker (e.g. lld, gold, bfd). If set to OFF (default), the linker is automatically chosen.
New Contributors
Full Changelog: v0.21.1...v0.22.0