cling
cling copied to clipboard
Option to use compile_commands.json
Is it possible to start cling by pointing it at a target in a compile_commands.json file and have it include the correct directories and link the correct libraries based on the commands in the json file? If not, is this a reasonable option to add?
Ha, that sounds like an interesting thing! Does compile_commands.json also cover the temporal aspect (first this then this), which is something cling will need?