cmakeninjakdevelopmeson-build

How can I build in KDevelop a Ninja project without using CMake?


CMake can generate a Ninja configured project, which can then be built from KDevelop.

However I already get my Ninja files with another tool (Meson).

How can I make KDevelop use the Ninja files I provide, without calling CMake?


Solution

  • I don't think there is a way other than using Custom buildsystem plugin yet. So, eiter use CMake build system with Ninja generator, or custom buildsystem.

    But the good news are that Meson plugin for KDevelop is already being baked and hopefully will see a release!