Open-CMSIS-Pack / cbuild2cmake

A command line tool that generates CMakeLists.txt file from *.cbuild.yml files generated by csolution
Apache License 2.0
4 stars 2 forks source link

[cbuild2cmake] Improve include paths order #144

Closed brondani closed 2 months ago

brondani commented 3 months ago

Reported by @jkrech

Ideally the include path related to a config header file should come before other include paths from the same component.

To minimize disruption in the migration from cbuildgen to cbuild2cmake backend the include paths order should be as similar as possible.