mirror of https://github.com/Kitware/CMake.git
Browse Source
Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variable
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.pull/310/head

committed by
Brad King

11 changed files with 194 additions and 14 deletions
-
3Auxiliary/vim/syntax/cmake.vim
-
1Help/manual/cmake-properties.7.rst
-
1Help/manual/cmake-variables.7.rst
-
13Help/prop_dir/LABELS.rst
-
6Help/variable/CMAKE_DIRECTORY_LABELS.rst
-
95Source/CTest/cmCTestTestHandler.cxx
-
5Source/CTest/cmCTestTestHandler.h
-
4Source/cmCommands.cxx
-
57Source/cmGlobalGenerator.cxx
-
20Source/cmLocalGenerator.cxx
-
3Source/cmMakefile.cxx
3
Auxiliary/vim/syntax/cmake.vim
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,13 @@ |
|||
LABELS |
|||
------ |
|||
|
|||
Specify a list of text labels associated with a directory and all of its |
|||
subdirectories. This is equivalent to setting the :prop_tgt:`LABELS` target |
|||
property and the :prop_test:`LABELS` test property on all targets and tests in |
|||
the current directory and subdirectories. Note: Launchers must enabled to |
|||
propagate labels to targets. |
|||
|
|||
The :variable:`CMAKE_DIRECTORY_LABELS` variable can be used to initialize this |
|||
property. |
|||
|
|||
The list is reported in dashboard submissions. |
@ -0,0 +1,6 @@ |
|||
CMAKE_DIRECTORY_LABELS |
|||
----------------------- |
|||
|
|||
Specify labels for the current directory. |
|||
|
|||
This is used to initialize the :prop_dir:`LABELS` directory property. |
Write
Preview
Loading…
Cancel
Save
Reference in new issue