Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: dkaip on November 15, 2018, 01:41:53 pm

Title: C::B project from Ninja or CMake etc...
Post by: dkaip on November 15, 2018, 01:41:53 pm
As you know, the Ninja Building System is open source as cmake etc..
I would like to see a plug-in that correctly makes CodeBlocks project from Ninja's, Cmake etc..
This will give tremendous growth to CodeBlocks because it will be easy to use making projects from other building systems.
Thank you.
Title: Re: C::B project from Ninja or CMake etc...
Post by: oBFusCATed on November 15, 2018, 02:19:46 pm
Have you tried
Code
cmake -G "CodeBlocks - Ninja"
?
Also have you searched for documentation about custom makefile projects?