Pietro
Pietro

Reputation: 13172

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?

Upvotes: 1

Views: 836

Answers (1)

arrowd
arrowd

Reputation: 34411

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!

Upvotes: 1

Related Questions