Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variable

The specified LABELS will be passed down to subdirectories as well as
any targets or tests in the directory.
This commit is contained in:
Betsy McPhail
2017-06-23 12:12:00 -04:00
committed by Brad King
parent d08ec4d25a
commit d385962419
11 changed files with 194 additions and 14 deletions

View File

@@ -0,0 +1,6 @@
CMAKE_DIRECTORY_LABELS
-----------------------
Specify labels for the current directory.
This is used to initialize the :prop_dir:`LABELS` directory property.