Skip to content

Autogen: User defined dependency file filters for AUTOMOC

Sebastian Holtermann requested to merge sebholt/cmake:autogen_depends into master

These patches add the variable CMAKE_AUTOMOC_DEPEND_FILTERS and the target property AUTOMOC_DEPEND_FILTERS.

AUTOMOC_DEPEND_FILTERS are used to extract additional dependency files for moc from the content of a source file.

Documentation and test are included.

Merge request reports