kookma / ogpf

ogpf is Object based interface to GnuPlot from Fortran 2003, 2008 and later
Other
167 stars 47 forks source link

Added support for meson builder #32

Closed AtilaSaraiva closed 3 years ago

AtilaSaraiva commented 3 years ago

Hello good sir, I went ahead and added support for the meson build system. This is a big deal because it allows for people to simply wrap this github repo to their projects as a subproject, and import the library. The meson build system allows for easy compilation of projects with mixed languages, which is generally my case.

Hope it helps!

kookma commented 3 years ago

@AtilaSaraiva - Thank you for your contribution! I am not familiar with meson builder! does it work on Windows/Linux/Mac? Would you please also update the readme with proper paragraphs explain how to use this method, while other methods can be used too!

AtilaSaraiva commented 3 years ago

Hello! It has multiplatform support for Linux, macOS, Windows, GCC, Clang, Visual Studio and others, so yes :dancers: I'll update the readme post haste explaining how to import ogpf as a subproject.

kookma commented 3 years ago

Thank you @AtilaSaraiva