-
Notifications
You must be signed in to change notification settings - Fork 16
CMakePresets.json support? #25
Copy link
Copy link
Open
Labels
Description
Hello, currently I'm using a project that contains a CMakePresets.json file.
I'm aware that you can create a build system that invokes cmake, but that demands that I manually write the build system with every preset in the file.
What I like about this package is that the "configure" will create the build system for us.
Is there a way to do that but using the json file?
Reactions are currently unavailable