Unable to generate a Makefile when -n or --dry-run do not work
Hello everyone.
I have been trying to generate a CLion project from my codebase using Makefiles, the codebase is large (multiple Gigabyte) and CLion was not able to import my top level makefile.
To workaround the issue I used https://github.com/rizsotto/Bear to generate a compile_commands.json and import that instead.
it will be great if CLion could wrap/emulate what bear does, that way developers could just import their projects with a single click
请先登录再写评论。