Skip to content

Releases: iarsystems/cmake-tutorial

CMake Tutorial v2024.01

28 Jan 08:43
473986b
Compare
Choose a tag to compare

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

23 May 13:24
16bed53
Compare
Choose a tag to compare

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

19 Oct 11:54
b7d0f46
Compare
Choose a tag to compare
  • Initial version