ford
ford copied to clipboard
Add support for compile_commands.json
trafficstars
CMake has the ability to produce a file called compile_commands.json which has become something of a de-facto standard for communicating this information. A file like this can also be produced from conventional makefile based builds using the bear command. It would be handy if FORD could get values for macros, include paths, etc. from this.