Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: gpgnews on August 22, 2008, 02:02:14 pm

Title: c::b project CMake generation
Post by: gpgnews on August 22, 2008, 02:02:14 pm
Hello
I've tried to read thread history, but i didnt find an answer to my question :
Is there any known script or plugin to generate CMake files from C::B project workspace ?


Regards.
Title: Re: c::b project CMake generation
Post by: MortenMacFly on August 22, 2008, 02:22:13 pm
Is there any known script or plugin to generate CMake files from C::B project workspace ?
No. But IMHO it would be easily possible to write a (scripted-) plugin that can do so if you know the format required. All relevant options are accessible through the (scripting) SDK.