summaryrefslogtreecommitdiff
path: root/share/cmake-3.5/Help/prop_tgt/FOLDER.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.5/Help/prop_tgt/FOLDER.rst')
-rwxr-xr-xshare/cmake-3.5/Help/prop_tgt/FOLDER.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/share/cmake-3.5/Help/prop_tgt/FOLDER.rst b/share/cmake-3.5/Help/prop_tgt/FOLDER.rst
new file mode 100755
index 0000000..bfe4e8e
--- /dev/null
+++ b/share/cmake-3.5/Help/prop_tgt/FOLDER.rst
@@ -0,0 +1,10 @@
+FOLDER
+------
+
+Set the folder name. Use to organize targets in an IDE.
+
+Targets with no FOLDER property will appear as top level entities in
+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.