Bug 253304 - [CMake] Introduce CMake Presets
Summary: [CMake] Introduce CMake Presets
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CMake (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-03 04:06 PST by Vitaly Dyackhov
Modified: 2023-03-09 04:06 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Dyackhov 2023-03-03 04:06:39 PST
CMake Presets allow easily share common configure and build options. They can be used with command line cmake and parsed by IDEs, such as Visual Studio Code or JetBrains CLion, to automatically configure the project and setup various integrations.
Comment 1 Vitaly Dyackhov 2023-03-03 04:17:16 PST
Pull request: https://github.com/WebKit/WebKit/pull/10992
Comment 2 EWS 2023-03-09 04:06:32 PST
Committed 261422@main (b41931e0f27e): <https://commits.webkit.org/261422@main>

Reviewed commits have been landed. Closing PR #10992 and removing active labels.