JulNadeauCA / libagar

Cross-Platform GUI Toolkit (stable)
https://libagar.org/
BSD 2-Clause "Simplified" License
402 stars 42 forks source link

How about provide libagar with meson WrapDB database #76

Open vit1251 opened 10 months ago

vit1251 commented 10 months ago

I want to try libagar but use meson on most project and want to ask about how you think anout create meson scenario and wrap to simplify reuse library?

jonbarnettk commented 10 months ago

I think offering cmake and/or meson build scripts could be a nice ease of use feature, i can contribute it.

I don't use meson, but I prefer cmake which i think is similar, and is trivial to use, and I assume a script using Meson would be as well, and I know meson can also use Cmake files or cmake syntax for dependencies, as well as its own language.

Have you use meson to build agar yet?

JulNadeauCA commented 10 months ago

I think offering cmake and/or meson build scripts could be a nice ease of use feature, i can contribute it.

Please don't waste time on it! I have a cmake buildsystem for Agar which is almost completed :) It will be committed to the repository (and included in the 1.7.1 release) probably this weekend, next week at the latest.

JulNadeauCA commented 9 months ago

Cmake support has been committed to the repository. Please give it a try and let me know if it works for you! It's still a work in progress and I haven't tested it on every platform yet...