Add a basic version of cmake presets#797
Merged
Merged
Conversation
d7cb47c to
360fd06
Compare
360fd06 to
79f4e94
Compare
79f4e94 to
6b076f6
Compare
6b076f6 to
044a7e2
Compare
1342be2 to
b6a9474
Compare
b6a9474 to
b363957
Compare
e56639c to
00a260b
Compare
e9717f7 to
939045b
Compare
a567721 to
f9197be
Compare
f9197be to
1cf2e43
Compare
7ba27fc to
b442bc0
Compare
a6f8d71 to
8e4a7b3
Compare
6652f62 to
bf8d44c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add CMake presets for configure, build, install and test phases.
The following configure, build and workflow presets are added by this PR:
For example, the GNU workflow can now be executed with a single command line as follows:
TODO