#cmakepresets — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #cmakepresets, aggregated by home.social.
-
wrote my first CMakePresets.json file yesterday.
I like it, I guess? Now I don't have to write a Makefile or a BUILDING.md that is just copypasta of my command line arguments. Can just say "use the xyz cmake preset"
1. Why json? (but at least it allows comments)
2. I wish it would just use the presets file by default
3. especially if there's a preset named "default" -
wrote my first CMakePresets.json file yesterday.
I like it, I guess? Now I don't have to write a Makefile or a BUILDING.md that is just copypasta of my command line arguments. Can just say "use the xyz cmake preset"
1. Why json? (but at least it allows comments)
2. I wish it would just use the presets file by default
3. especially if there's a preset named "default" -
In my never-ending quest to master CMake, I developed a few opinions on how I want my projects to work and finally looked at "CMake Presets" in my latest article.