-
Notifications
You must be signed in to change notification settings - Fork 3k
CMake: add readme #13551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMake: add readme #13551
Conversation
@0xc0170, thank you for your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestions:
- Rename the file to
README.md
- Add a section about supported toolchains
- Add a section about known bugs (awaiting for CMake release, Windows response file path issue, etc...)
Updated, all comments answred. I'll rebase (one commit adding readme) once this is approved, don't mind the commits and their messages for now. |
Updated, added steps how to build an app |
Updated, all fixed |
7a39265
to
5a80f1f
Compare
5f299f2
to
97e259d
Compare
I rebased, 1 commit now |
97e259d
to
e14497f
Compare
Added |
e14497f
to
a4cafb9
Compare
Fixed a typo and squashed |
Pull request has been modified.
ba8588c
to
43202bd
Compare
cmake/README.md
Outdated
``` | ||
cmake .. -GNinja -DCMAKE_BUILD_TYPE=Develop && cmake --build . | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
``` | |
cmake .. -GNinja -DCMAKE_BUILD_TYPE=Develop && cmake --build . | |
``` | |
`` | |
cmake .. -GNinja -DCMAKE_BUILD_TYPE=Develop && cmake --build . | |
`` |
There is a formatting issue related to the indentation, all three lines should be moved to the beginning.
Note: I removed one "`" because of formatting issues with this comment but you should obviously have three of them as expected.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 ,fixed
There is a formatting issue. See #13551 (comment)
43202bd
to
5b480d7
Compare
Co-authored-by: Hugues Kamba <[email protected]>
Co-authored-by: Hugues Kamba <[email protected]>
Co-authored-by: Hugues Kamba <[email protected]>
Co-authored-by: Hugues Kamba <[email protected]>
Co-authored-by: Hugues Kamba <[email protected]>
Summary of changes
Adding readme - CMake status.
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers