cmake/Help/prop_gbl/USE_FOLDERS.rst

11 lines
393 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
USE_FOLDERS
-----------
2016-07-09 11:21:54 +02:00
Use the :prop_tgt:`FOLDER` target property to organize targets into
folders.
2014-08-03 19:52:23 +02:00
2019-11-11 23:01:05 +01:00
If not set, CMake treats this property as ``OFF`` by default. CMake
2014-08-03 19:52:23 +02:00
generators that are capable of organizing into a hierarchy of folders
2016-07-09 11:21:54 +02:00
use the values of the :prop_tgt:`FOLDER` target property to name those
2019-11-11 23:01:05 +01:00
folders. See also the documentation for the :prop_tgt:`FOLDER` target property.