-
Notifications
You must be signed in to change notification settings - Fork 697
Add CMakePresets support #8739
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
base: master
Are you sure you want to change the base?
Add CMakePresets support #8739
Conversation
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.
@@ -0,0 +1,59 @@ | |||
{ | |||
"version": 3, |
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.
Could you perhaps add a schema reference as well, so that auto-completion work? See https://martin-fieber.de/blog/cmake-presets/#create-a-preset for an example.
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.
ok I will look at it.
] | ||
}, | ||
{ | ||
"name": "dev", |
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.
I'm curious: is there a specific reason to prefer dev over debug, when the counter profile is called release? (I think debug and release are more common cmake terms than dev)
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.
hi :) just I use by default in kde 'dev' => development
but I will rename as debug :)
What is the usecase? Is it to help people contributing to Slint? The extra .license file is a bit of noise and this information can be put in the REUSE.toml |
Yep it's mainly for helping people contributing to Slint. |
No description provided.