Help: Add 3.2 release notes for file(GENERATE) features

This commit is contained in:
Stephen Kelly 2015-02-04 21:44:11 +01:00 committed by Brad King
parent 0f580e8e67
commit 0f38d9c2ad
1 changed files with 7 additions and 0 deletions

View File

@ -63,6 +63,13 @@ Commands
* The :command:`try_run` command learned to honor the ``LINK_LIBRARIES``
option just as :command:`try_compile` already does.
* The :command:`file(GENERATE)` command now generates the output file with
the same permissions as the input file if set.
* The :command:`file(GENERATE)` command can now generate files which are
used as source files for buildsystem targets. Generated files
automatically get their :prop_sf:`GENERATED` property set to ``TRUE``.
Variables
---------