Setting up CMake in your cross-platform build process for Arm-based applications

Dec 3, 2021
CMake is a cross-platform, open-source build system generator designed to build, test, and package software. It controls the software compilation process using platform and compiler independent configuration files. It can generate project files to be used with development tools.
CMake is a widely popular build system generator in embedded systems and smoothly integrates with the IAR Build Tools for Arm that have support for Windows and Linux.
In our recorded webinar you will learn how to master configuring CMake for using the IAR build-chain to compile source code, create libraries and build executables in arbitrary combinations. Additionally learn how to perform automated tests with CTest, an extension of CMake.