https://github.com/Kitware/CMake
Raw File
Tip revision: b7b0fb430397bafae4a7bd80b41d474c91a3b7f3 authored by Brad King on 23 March 2021, 15:43:17 UTC
CMake 3.20.0
Tip revision: b7b0fb4
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