mesonbuild / wrapdb

New wrap requests
https://mesonbuild.com/Adding-new-projects-to-wrapdb.html
MIT License
69 stars 176 forks source link

cppzmq: add option for examples and remove cruft #1485

Closed stephanlachnit closed 2 months ago

stephanlachnit commented 2 months ago
stephanlachnit commented 2 months ago

Add examples option to avoid building examples by default

Note: this seems like a meson bug. The examples are marked as build_by_default: false. However since they are defined as tests, they always get build. They probably should only be build when running meson test though.