cmake/Help/prop_tgt/FOLDER.rst

14 lines
507 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
FOLDER
------
Set the folder name. Use to organize targets in an IDE.
2019-11-11 23:01:05 +01:00
Targets with no ``FOLDER`` property will appear as top level entities in
IDEs like Visual Studio. Targets with the same ``FOLDER`` property value
2014-08-03 19:52:23 +02:00
will appear next to each other in a folder of that name. To nest
2019-11-11 23:01:05 +01:00
folders, use ``FOLDER`` values such as 'GUI/Dialogs' with '/' characters
2014-08-03 19:52:23 +02:00
separating folder levels.
2018-08-09 18:06:22 +02:00
This property is initialized by the value of the variable
:variable:`CMAKE_FOLDER` if it is set when a target is created.