How to generate a JSON compile commands database with CMake

1 · Josh Sherman · Jan. 14, 2024, 8:30 p.m.
Generating a compile_commands.json file, a JSON database of compile commands, using CMake isn’t something I run into as a web developer. But as somebody that’s recently gotten bitten by the game development bug, this was one of the first things I happened to have run into. I’m not going to bore you too much with […] The post How to generate a JSON compile commands database with CMake appeared first on Josh Sherman....