https://github.com/Kitware/CMake
Raw File
Tip revision: bf02d625325535f485512eba307cff54c08bb257 authored by Brad King on 14 March 2019, 13:08:05 UTC
CMake 3.14.0
Tip revision: bf02d62
CMAKE_AUTOMOC_DEPEND_FILTERS.rst
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.
back to top