meson or generic ninja support?
René J.V. Bertin <[email protected]>
| Newsgroups | gmane.comp.kde.users.kdevelop |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm tinkering with a project that configures using meson and builds using ninja. Is there anything in (the works for KDevelop) that allows to import such projects properly? FWIW I see that meson generates a compile_commands.json script, and it is invoked as a sort of cross-over between configure and cmake (e.g. --prefix=$prefix but -Doption=value for build options). Thanks, R.