Autogen: Add AUTOMOC_DEPEND_FILTERS documentation

This commit is contained in:
Sebastian Holtermann
2017-02-23 13:50:29 +01:00
parent 94e3f82cf1
commit 96f6f392e3
7 changed files with 75 additions and 0 deletions
@@ -0,0 +1,12 @@
CMAKE_AUTOMOC_DEPEND_FILTERS
----------------------------
Filter definitions used by :variable:`CMAKE_AUTOMOC`
to extract file names from source code as additional dependencies
for the ``moc`` file.
This variable is used to initialize the :prop_tgt:`AUTOMOC_DEPEND_FILTERS`
property on all the targets. See that target property for additional
information.
By default it is empty.