Skip to content

cmake: Export compile commands by default.

Felix Weiglhofer requested to merge fweig/cbmroot:compile-commands-json into master

Enable export of compile_commands.json by default. This file is used by various IDEs and completion engines like clangd as configuration for a project.

Edited by Felix Weiglhofer

Merge request reports