https://github.com/Kitware/CMake
Revision 26f824f0faaa04f32bdaebfeb8433c6b6c4cde76 authored by Kitware Robot on 19 August 2022, 04:01:12 UTC, committed by Kitware Robot on 19 August 2022, 04:01:12 UTC
1 parent 36d35d4
Raw File
Tip revision: 26f824f0faaa04f32bdaebfeb8433c6b6c4cde76 authored by Kitware Robot on 19 August 2022, 04:01:12 UTC
CMake Nightly Date Stamp
Tip revision: 26f824f
USE_FOLDERS.rst
USE_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 :prop_tgt:`FOLDER` target property to name those
folders. See also the documentation for the :prop_tgt:`FOLDER` target property.
back to top