diff --git a/Help/command/install.rst b/Help/command/install.rst index abde6e07ef..8216a69445 100644 --- a/Help/command/install.rst +++ b/Help/command/install.rst @@ -205,6 +205,8 @@ that may be installed: ``RESOURCE`` files. See :prop_tgt:`RESOURCE` for details. ``FILE_SET `` + .. versionadded:: 3.23 + If the file set ```` exists and is ``PUBLIC`` or ``INTERFACE``, any files added to the file set ```` created by :command:`target_sources(FILE_SET)` are installed in the specified diff --git a/Help/command/target_sources.rst b/Help/command/target_sources.rst index 2039da5b11..a09226f76c 100644 --- a/Help/command/target_sources.rst +++ b/Help/command/target_sources.rst @@ -60,6 +60,11 @@ expressions to ensure the sources are correctly assigned to the target. See the :manual:`cmake-buildsystem(7)` manual for more on defining buildsystem properties. +File Sets +^^^^^^^^^ + +.. versionadded:: 3.23 + .. code-block:: cmake target_sources( diff --git a/Help/prop_tgt/HEADER_DIRS.rst b/Help/prop_tgt/HEADER_DIRS.rst index 3495545c41..6cdd4f1620 100644 --- a/Help/prop_tgt/HEADER_DIRS.rst +++ b/Help/prop_tgt/HEADER_DIRS.rst @@ -1,6 +1,8 @@ HEADER_DIRS ----------- +.. versionadded:: 3.23 + Semicolon-separated list of base directories of the default header set created by :command:`target_sources(FILE_SET)`. This property supports :manual:`generator expressions `. diff --git a/Help/prop_tgt/HEADER_DIRS_NAME.rst b/Help/prop_tgt/HEADER_DIRS_NAME.rst index c2bbd0ab05..7d282e5010 100644 --- a/Help/prop_tgt/HEADER_DIRS_NAME.rst +++ b/Help/prop_tgt/HEADER_DIRS_NAME.rst @@ -1,6 +1,8 @@ HEADER_DIRS_ ------------------ +.. versionadded:: 3.23 + Semicolon-separated list of base directories of the header set with name ```` created by :command:`target_sources(FILE_SET)`. This property supports :manual:`generator expressions `. diff --git a/Help/prop_tgt/HEADER_SET.rst b/Help/prop_tgt/HEADER_SET.rst index 2b8b0d476b..eee834fabe 100644 --- a/Help/prop_tgt/HEADER_SET.rst +++ b/Help/prop_tgt/HEADER_SET.rst @@ -1,6 +1,8 @@ HEADER_SET ---------- +.. versionadded:: 3.23 + Semicolon-separated list of headers in the default header set created by :command:`target_sources(FILE_SET)`. This property supports :manual:`generator expressions `. If any of the diff --git a/Help/prop_tgt/HEADER_SETS.rst b/Help/prop_tgt/HEADER_SETS.rst index ed7c528262..d07763b21a 100644 --- a/Help/prop_tgt/HEADER_SETS.rst +++ b/Help/prop_tgt/HEADER_SETS.rst @@ -1,6 +1,8 @@ HEADER_SETS ----------- +.. versionadded:: 3.23 + List of ``PRIVATE`` and ``PUBLIC`` header sets added by :command:`target_sources(FILE_SET)`. Headers listed in these header sets are treated as source files for the purposes of IDE integration. diff --git a/Help/prop_tgt/HEADER_SET_NAME.rst b/Help/prop_tgt/HEADER_SET_NAME.rst index 25a55731f8..3405690582 100644 --- a/Help/prop_tgt/HEADER_SET_NAME.rst +++ b/Help/prop_tgt/HEADER_SET_NAME.rst @@ -1,6 +1,8 @@ HEADER_SET_ ----------------- +.. versionadded:: 3.23 + Semicolon-separated list of headers in the named header set ```` created by :command:`target_sources(FILE_SET)`. This property supports :manual:`generator expressions `. If any of the diff --git a/Help/prop_tgt/INTERFACE_HEADER_SETS.rst b/Help/prop_tgt/INTERFACE_HEADER_SETS.rst index 93ea9c525b..909510d302 100644 --- a/Help/prop_tgt/INTERFACE_HEADER_SETS.rst +++ b/Help/prop_tgt/INTERFACE_HEADER_SETS.rst @@ -1,6 +1,8 @@ INTERFACE_HEADER_SETS --------------------- +.. versionadded:: 3.23 + List of ``INTERFACE`` and ``PUBLIC`` header sets added by :command:`target_sources(FILE_SET)`. Headers listed in these header sets can be installed with :command:`install(TARGETS)` and exported with