Skip to content

Autogen config suffixes and build dir

Sebastian Holtermann requested to merge sebholt/cmake:autogen_config into master
  • Adds a _$<CONFIG> suffix to AUTOGEN generated files and directories. This allows files from different configurations to coexist in the same <TARGETNAME>_autogen/ directory.
  • Adds the AUTOGEN_BUILD_DIR target property which allows to customize the output directory for AUTOGEN generated files.

Merge request reports