diff options
author | Brad King <brad.king@kitware.com> | 2018-04-02 14:06:33 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-04-02 14:06:39 (GMT) |
commit | a76e23eabbd21ff4af54755362bead6334b279b7 (patch) | |
tree | 3039a29e6308bbae377d6d0921371d05e16157e1 /Help/prop_tgt | |
parent | 59713e856d54d9c0b248b8b3badaf46c289180f3 (diff) | |
parent | df535ad846f5a25cd0795ce099a8604149bbf748 (diff) | |
download | CMake-a76e23eabbd21ff4af54755362bead6334b279b7.zip CMake-a76e23eabbd21ff4af54755362bead6334b279b7.tar.gz CMake-a76e23eabbd21ff4af54755362bead6334b279b7.tar.bz2 |
Merge topic 'variable-CMAKE_FOLDER'
df535ad846 Add CMAKE_FOLDER variable to initialize FOLDER target property
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1896
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/FOLDER.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/prop_tgt/FOLDER.rst b/Help/prop_tgt/FOLDER.rst index bfe4e8e..0121125 100644 --- a/Help/prop_tgt/FOLDER.rst +++ b/Help/prop_tgt/FOLDER.rst @@ -8,3 +8,6 @@ IDEs like Visual Studio. Targets with the same FOLDER property value will appear next to each other in a folder of that name. To nest folders, use FOLDER values such as 'GUI/Dialogs' with '/' characters separating folder levels. + +This property is initialized by the value of the variable +:variable:`CMAKE_FOLDER` if it is set when a target is created. |