Author Topic: C::B project from Ninja or CMake etc...  (Read 8727 times)

Offline dkaip

  • Multiple posting newcomer
  • *
  • Posts: 42
C::B project from Ninja or CMake etc...
« 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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: C::B project from Ninja or CMake etc...
« Reply #1 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?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]