mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
11 lines
431 B
ReStructuredText
11 lines
431 B
ReStructuredText
AutoGen depends
|
|
---------------
|
|
|
|
* Variable :variable:`CMAKE_AUTOMOC_DEPEND_FILTERS` was introduced to
|
|
allow :variable:`CMAKE_AUTOMOC` to extract additional dependency file names
|
|
for ``moc`` from the contents of source files.
|
|
|
|
* The new target property :prop_tgt:`AUTOMOC_DEPEND_FILTERS` was introduced to
|
|
allow :prop_tgt:`AUTOMOC` to extract additional dependency file names
|
|
for ``moc`` from the contents of source files.
|