summaryrefslogtreecommitdiffstats
path: root/Help/prop_sf/GENERATED.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Remove incorrect command from list that marks GENERATEDRobert Maynard2023-06-211-1/+1
| | | | | | | The `file(GENERATE)` does not mark the output as `GENERATED` currently or when the documentation that says so was added by commit 11615b297f (GENERATED: Improve the documentation of the GENERATED file property, 2018-01-03, v3.11.0-rc1~145^2).
* Help: Document the AUTOUIC_SOURCE_GROUP propertyDuncan Barber2021-04-041-3/+4
| | | | This property came into existence with the changes in b4a103bdecc437d37580d0ab540f6014006d661c because generated files are now being added for UIC.
* GENERATED prop: Introducing policy CMP0118 and its documentationDeniz Bahadir2020-11-241-0/+11
| | | | | Note: This is currently only defining the CMP0118 policy and providing its documentation, however, the implementation is still not using it.
* Help: Expand discussion of GENERATED / BYPRODUCTSFeRD (Frank Dana)2020-03-121-10/+23
| | | | | | | | - Mention the Makefile Generators' `make clean` removal in the BYPRODUCTS section of add_custom_command and add_custom_target - Expand the GENERATED property docs' description of which files will be marked with the property, and of what it implies (including `make clean` removal)
* GENERATED: Improve the documentation of the GENERATED file propertyRobert Maynard2018-01-081-4/+19
|
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+8
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.