iarsystems / cmake-tutorial

Build and test embedded software using the IAR C/C++ Compiler alongside CMake
https://iar.com
MIT License
76 stars 14 forks source link

May need to add make.exe to environment variable path also #10

Closed ColinFlournoy closed 2 years ago

ColinFlournoy commented 2 years ago

Fantastic and very helpful tutorial on how to use cmake with the IAR build system. One note you may want to add to the tutorial: the variable to make.exe needs to be included in the system environment variables on a Windows build machine. I believe by default make.exe may be included on Linux build system, but not by default Windows. Otherwise, this was a great and informative tutorial. Thank you.

Colin

felipe-iar commented 2 years ago

Thanks, @ColinFlournoy. This is a good suggestion.