Re: [Spice-devel] [vdagent-win PATCH 13/13] build: Base cmake support

2018-05-28 Thread Frediano Ziglio
> > Lacking some rationale in the commit log I think ;) > vdagent-win already has 2 build systems (mingw+autotools and VS), there > are patches to port other spice components to meson, so why cmake here? > > Christophe > Was going to add a big RFC in front. The reason of not using VS projects

Re: [Spice-devel] [vdagent-win PATCH 13/13] build: Base cmake support

2018-05-28 Thread Christophe Fergeau
Lacking some rationale in the commit log I think ;) vdagent-win already has 2 build systems (mingw+autotools and VS), there are patches to port other spice components to meson, so why cmake here? Christophe On Mon, May 28, 2018 at 09:58:06AM +0100, Frediano Ziglio wrote: > Signed-off-by:

[Spice-devel] [vdagent-win PATCH 13/13] build: Base cmake support

2018-05-28 Thread Frediano Ziglio
Signed-off-by: Frediano Ziglio --- CMakeLists.txt | 48 Makefile.am| 3 ++- 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode