jackaudio / jack-example-tools

Official examples and tools from the JACK project
GNU General Public License v2.0
37 stars 14 forks source link

Add build system #2

Closed dvzrv closed 3 years ago

dvzrv commented 3 years ago

To allow the tools and examples in this project to be built (also when included from other projects), we need to add a build system, that properly supports the detection of external dependencies, while being easy to maintain. I propose meson for this.