https://github.com/Kitware/CMake
Raw File
Tip revision: db3499df5d06ab2cacc61e9f7720a33456aeafe4 authored by Brad King on 30 November 2016, 14:54:05 UTC
CMake 3.7.1
Tip revision: db3499d
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 FOLDER target property.
back to top