urbanjost / M_CLI2

Fortran commandline-interface using a simple prototype command
The Unlicense
20 stars 4 forks source link

Add meson support #14

Closed zoziha closed 1 year ago

zoziha commented 1 year ago

Description

Meson has released version 1.0.0 and is mature. M_CLI2 currently supports fpm, adding Meson build support would be a good option as well, just like fpm and CMake, Meson is also effective at establishing source file dependencies.


Thanks, M_CLI2 works great. I added Meson support for M_CLI2 under this branch. If this sounds good to you @urbanjost , I'll add a PR for that.

urbanjost commented 1 year ago

Sounds good.