summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorOrkun Tokdemir <ilhanorkuntokdemir@gmail.com>2023-04-03 14:55:56 (GMT)
committerCraig Scott <craig.scott@crascit.com>2023-04-09 10:51:15 (GMT)
commitc5c3aff1f5aa36d44f3c639726dd36eedc28f823 (patch)
tree30f3e3fcb73b0085a8de5afebde91c64c75fd9d9 /Help/release
parent69cf9700e6873a86094fe66c5091c21b909e1969 (diff)
downloadCMake-c5c3aff1f5aa36d44f3c639726dd36eedc28f823.zip
CMake-c5c3aff1f5aa36d44f3c639726dd36eedc28f823.tar.gz
CMake-c5c3aff1f5aa36d44f3c639726dd36eedc28f823.tar.bz2
Autogen: Add INTERFACE_AUTOMOC_MACRO_NAMES target property
Add this target property to specify macro names that propagate to dependents as `AUTOMOC_MACRO_NAMES`. The dependents will automatically generate MOC files for source files that contain the inherited macro names. Co-Authored-By: Craig Scott <craig.scott@crascit.com> Fixes: #19679
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/automoc-macro-names.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/automoc-macro-names.rst b/Help/release/dev/automoc-macro-names.rst
new file mode 100644
index 0000000..9c037b3
--- /dev/null
+++ b/Help/release/dev/automoc-macro-names.rst
@@ -0,0 +1,5 @@
+automoc-macro-names
+-------------------
+
+* The :prop_tgt:`INTERFACE_AUTOMOC_MACRO_NAMES` target property was added to
+ specify macro names for ``moc`` as a transitive usage requirement.