summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2022-08-02 10:48:00 -0400
committerKyle Edwards <kyle.edwards@kitware.com>2022-08-03 08:19:08 -0400
commit83e44002aeee2e6d147bf5bbd185137c32ff04ce (patch)
tree510e1d6fed0ccc1cf153a05e878fd46f1b36e88a /Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst
parente18fb0c73edf2c392ab6f86b4bdeebc28a7ec80d (diff)
downloadcmake-83e44002aeee2e6d147bf5bbd185137c32ff04ce.tar.gz
VERIFY_INTERFACE_HEADER_SETS: Add verification target for all
Fixes: #23802
Diffstat (limited to 'Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst')
-rw-r--r--Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst b/Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst
index da461a79cd..dd415c870e 100644
--- a/Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst
+++ b/Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst
@@ -26,6 +26,10 @@ Otherwise, if C++ is enabled globally, the header is compiled as C++.
Otherwise, if C is enabled globally, the header is compiled as C. Otherwise,
the header file is not compiled.
+If any verification targets are created, a top-level target called
+``all_verify_interface_header_sets`` is created which depends on all
+verification targets.
+
This property is initialized by the value of the
:variable:`CMAKE_VERIFY_INTERFACE_HEADER_SETS` variable if it is set when
a target is created.