1CMAKE_AUTOMOC_DEPEND_FILTERS
2----------------------------
3
4.. versionadded:: 3.9
5
6Filter definitions used by :variable:`CMAKE_AUTOMOC`
7to extract file names from source code as additional dependencies
8for the ``moc`` file.
9
10This variable is used to initialize the :prop_tgt:`AUTOMOC_DEPEND_FILTERS`
11property on all the targets. See that target property for additional
12information.
13
14By default it is empty.
15