From: Dima K. <gn...@di...> - 2022-01-04 07:51:00
|
> For me, this at first started as a project to get to know CMake. I > propose to join efforts now to see if it turns out to be a viable and > complete option. Personally, I use a private github repo at the > moment. Hans-Bernhard, please let me know your thoughts on this. Wait. Are we talking about redoing the whole gnuplot build system? If so, can we please consider vanilla GNU Make? Makefiles are straightforward to work with, and it's really nice to throw out the cruft that cmake and autotools give you. I can put together a prototype, if that's helpful. |