Replies: 2 comments
|
Example PR using this style for new cmake files: #9901 |
0 replies
|
The Zephyr style also matches the Cmake projects' own documentation: Although it is not an official spec. Here's one example discussion about trying to make it more official: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
SOF has not had written down style on CMakeFile.txt syntax. The style varies a bit from file to file, creating problems with consistency.
I propose we align SOF CMakeFile.txt files to Zephyr:
https://docs.zephyrproject.org/latest/contribute/style/cmake.html
This can be done incrementally as new files are added.
All reactions