Re: Meson build definition

2020-12-19 Thread Akim Demaille
Hi Daniele, > Le 19 déc. 2020 à 20:17, Daniele Nicolodi a écrit : > > Hello, > > I am working on a project that uses Bison to generate a parser and Meson > as build system. I would like to include Bison as a subproject [1] in > particular to make it easier for folks to hack on the project on OS

Meson build definition

2020-12-19 Thread Daniele Nicolodi
Hello, I am working on a project that uses Bison to generate a parser and Meson as build system. I would like to include Bison as a subproject [1] in particular to make it easier for folks to hack on the project on OSes where managing dependencies is not easy (ie Windows). For this, I would need t