https://github.com/Kitware/CMake
Raw File
Tip revision: 80bcbe2d85232d748e31fb4de1016af60788505d authored by Brad King on 15 April 2016, 12:48:23 UTC
CMake 3.5.2
Tip revision: 80bcbe2
USE_FOLDERS.rst
USE_FOLDERS
-----------

Use the 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 FOLDER target property to name those folders.
See also the documentation for the FOLDER target property.
back to top