eddic / fastcgipp

fastcgi++: A C++ FastCGI and Web development platform:
https://fastcgipp.isatec.ca
GNU Lesser General Public License v3.0
310 stars 94 forks source link

Support the Meson build system. #103

Closed ikmsk10 closed 2 years ago

ikmsk10 commented 3 years ago

Good morning!

I have begun a project that should become some meta-layer part of Yocto, and it includes the fastcgipp. Currently, many projects which Yocto includes uses the modern Meson build system, and I'd prefer to include the meson to the fastcgipp. Does it interest the to transit fastcgipp to Meson build system? I'd like to do this work if there is someone interested.

Thanks, Igor Kononenko.

eddic commented 3 years ago

Hmmm. I'm honestly not sure I'm sold on Meson quite yet. I really like CMake and I don't quite see the value in migrating away from it.