Glimesh / janus-ftl-orchestrator

A service used to manage multiple instances of janus-ftl-plugin for use at scale.
GNU Affero General Public License v3.0
15 stars 3 forks source link

🌯 Use meson wrap for catch2 dependency #11

Closed danstiner closed 3 years ago

danstiner commented 3 years ago

Discovered meson wrap while messing around with getting catch2 installed correctly.

This is hopefully an easier approach to dependency management than readme instructions, basically if you have catch2 already on the include path it will be used, otherwise at build time meson will pull down the wrap version. New deps can be "installed" using the meson wrap commands.

haydenmc commented 3 years ago

Woah, that's super cool