diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-02-23 12:50:29 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-02-23 13:14:29 (GMT) |
commit | 96f6f392e3d2ba95c11d0b77fbb5da485e626ed4 (patch) | |
tree | 04633efd1154f042ff1cd02f84d4992e08327890 /Help/release | |
parent | 94e3f82cf114d12b190d1999a72838018eb171c9 (diff) | |
download | CMake-96f6f392e3d2ba95c11d0b77fbb5da485e626ed4.zip CMake-96f6f392e3d2ba95c11d0b77fbb5da485e626ed4.tar.gz CMake-96f6f392e3d2ba95c11d0b77fbb5da485e626ed4.tar.bz2 |
Autogen: Add AUTOMOC_DEPEND_FILTERS documentation
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/Autogen_depends.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/release/dev/Autogen_depends.rst b/Help/release/dev/Autogen_depends.rst new file mode 100644 index 0000000..c774386 --- /dev/null +++ b/Help/release/dev/Autogen_depends.rst @@ -0,0 +1,10 @@ +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. |