sheredom / subprocess.h

🐜 single header process launching solution for C and C++
The Unlicense
1.12k stars 97 forks source link

Meson support for "process.h" #7

Closed squidfarts closed 4 years ago

squidfarts commented 5 years ago

Hello 😀.

I would like to provide support for Meson build system for the process 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

As I said on my other PRs - I don't want any build system stuff in the repo if I can help it (the only used thing is CMake in the test folder, just for CI tests). Thanks for the interest in the repo though!