Pelagicore / gdbus-codegen-glibmm

Code generator for C++ D-Bus stubs and proxies using Giomm/Glibmm
GNU Lesser General Public License v2.1
23 stars 25 forks source link

WIP: Feature cmake config files #23

Closed jonte closed 10 months ago

jonte commented 6 years ago

This helps CMake find the code generator and decide its version.

Installing the CMake files using setuptools is a hassle, and I am not sure this is the best way to do it. Doing a WIP MR anyway, so I don't lose this work.

Need to check if this way of installation puts the cmake files in the right sysroot when setup.py is invoked using, for instance, BitBake.