Releases: iarsystems/cmake-tutorial
Releases · iarsystems/cmake-tutorial
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-world
project creation. - Toolchain file: automated selection for
CMAKE_ASM_COMPILER
according 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.
v1.0.0
- Initial version