Re: Generating CMake files from Newt

2017-08-14 Thread Alfred Schilken
Hi Michał, I think it’s a good idea to generate the CMakeLists.txt for a target. I’m using CLion for a while now and the debugging also works fine! I also modified the newt tool to accept an additional option „-m" for the build command to generate the CMakeLists.txt. That was the least possible

Generating CMake files from Newt

2017-08-14 Thread Michał Narajowski
Hi, I recently saw a JIRA ticket MYNEWT-120 about support for generating IDE project files and decided to try to integrate CMake files generation into newt. CMake can generate makefiles, Eclipse project files, Sublime Text project files and more. And it is supported by CLion IDE and recently by Vi