diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2016-04-27 20:38:59 (GMT) |
---|---|---|
committer | Gregor Jasny <gjasny@googlemail.com> | 2016-04-27 20:38:59 (GMT) |
commit | 2d7d33ecb3efc5446c25d3ecb9327cd3fa2bae28 (patch) | |
tree | 346474301d2438e15bc03846f24e4d2aad158c3e /Help/prop_gbl/USE_FOLDERS.rst | |
parent | edf1c8e37d96b6a657d83425b8a3977ff1fa54f5 (diff) | |
download | CMake-2d7d33ecb3efc5446c25d3ecb9327cd3fa2bae28.zip CMake-2d7d33ecb3efc5446c25d3ecb9327cd3fa2bae28.tar.gz CMake-2d7d33ecb3efc5446c25d3ecb9327cd3fa2bae28.tar.bz2 |
Help: Hyperlink properties
Diffstat (limited to 'Help/prop_gbl/USE_FOLDERS.rst')
-rw-r--r-- | Help/prop_gbl/USE_FOLDERS.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Help/prop_gbl/USE_FOLDERS.rst b/Help/prop_gbl/USE_FOLDERS.rst index fdbca9f..a1b4ccb 100644 --- a/Help/prop_gbl/USE_FOLDERS.rst +++ b/Help/prop_gbl/USE_FOLDERS.rst @@ -1,9 +1,10 @@ USE_FOLDERS ----------- -Use the FOLDER target property to organize targets into folders. +Use the :prop_tgt:`FOLDER` target property to organize targets into +folders. If not set, CMake treats this property as OFF by default. CMake generators that are capable of organizing into a hierarchy of folders -use the values of the FOLDER target property to name those folders. -See also the documentation for the FOLDER target property. +use the values of the :prop_tgt:`FOLDER` target property to name those +folders. See also the documentation for the FOLDER target property. |