summaryrefslogtreecommitdiffstats
path: root/Help/command/set_source_files_properties.rst
Commit message (Collapse)AuthorAgeFilesLines
* set_source_files_properties: Allow specification of directory scopeAlexandru Croitor2020-05-141-0/+13
| | | | | | | | | | | | | | | | | | | | | | | Both set_source_files_properties() and set_property(SOURCE) now accept two new optional arguments: DIRECTORY and TARGET_DIRECTORY. The DIRECTORY option takes a list of relative or absolute paths pointing to processed source directories (add_subdirectory was already called on them). These paths specify directory scopes where the source file properties will be set. Previously the scope was always the currently processed source directory. Similarly TARGET_DIRECTORY takes a list of targets, whose source directories will be used as the list of scopes where to set the source file properties. get_property() and get_source_file_property() also get the same new arguments, except only one value can be specified instead of a list. Fixes: #20128
* Help: Improve description of modulesBartosz Kosiorek2019-04-231-1/+1
|
* Help: Provide cross-references from and to set_propertyJoachim Wuttke (o)2019-01-101-1/+5
|
* Help: Apply syntax highlighting to project commandsJoachim Wuttke (o)2018-10-251-2/+2
| | | | | | * Replace most "::" by ".. code-block:: cmake" * Header sentence in imperative voice, detailed command description in present tense.
* Help: Add link in set_source_files_properties command docs.Stephen Kelly2015-04-041-3/+3
| | | | | Remove claim about unrecognized properties being ignored. Such properties can be retrieved later by the user.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+15
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.