sheredom / utf8.h

📚 single header utf8 string functions for C and C++
The Unlicense
1.71k stars 122 forks source link

Meson support for "utf8.h". #58

Closed squidfarts closed 4 years ago

squidfarts commented 5 years ago

Hello 😀.

I would like to provide support for Meson build system for the utf8 header file. If you're interested check out their site and documentation.

Meson also has a dependency tool that downloads dependencies from third party venders like you. Developers using Meson would probably like to use a "[wrap-git]" file.

sheredom commented 4 years ago

Hey there - thanks for your interest in the library!

Sorry to say that I really don't want another build system in the project - in all honesty I'd have zero build systems in the repository if I could because they immediately raise red flags with users that think some awful code generation is going on the build scripts.

Closing as won't accept - sorry!