Skip to content

Add compile_commands.json entries for headers

  • Add headers to the HEADERS file set
  • Verify the HEADERS file set
    • This property will generate a translation unit for each header and check if it can be compiled
    • This in turn will generate entries for these translation units
  • Raise minimum CMake version to 3.24.0 for property VERIFY_INTERFACE_HEADER_SETS

Fixes #26 (closed)

Cheers, Martin

The program was tested solely for our own use cases, which might differ from yours.

Martin Stump martin.stump@mercedes-benz.com on behalf of Mercedes-Benz Tech Innovation GmbH, Provider Information

Merge request reports