Releases: iarsystems/cmake-tutorial
Releases · iarsystems/cmake-tutorial
v2025.08
What's Changed
- examples: added cstat interactive example. See the wiki for details.
- fix: linker options in #44
- ci: add SCA to the workflow example by @felipe-iar in #45
- ci: contextually split the workflow by @felipe-iar in #46
Full Changelog: v2024.10...v2025.08
v2024.10
CMake Tutorial v2024.01
Upgraded cmake-tutorial to v2024.01
- Simplified tutorial on README.md
- Converted examples to their interactive counterparts
- Added version example
- Added cmake-tutorial wiki entries
v2022.06
Release notes
- Building projects: added simplified
hello-worldproject creation. - Toolchain file: automated selection for
CMAKE_ASM_COMPILERaccording to the linker technology. - Output conversion: simplified output conversion with
add_custom_command(). - C-Test/IAR C-SPY: use genex for populating options depending if the target contains custom properties.