From 5fa15ec9f34d69b2a6b1ce08a6102f16c5d7ab9b Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 12 Apr 2022 08:47:45 -0400 Subject: Help: Document that target_sources defines [INTERFACE_]HEADER_SETS --- Help/prop_tgt/HEADER_SETS.rst | 3 +++ Help/prop_tgt/INTERFACE_HEADER_SETS.rst | 3 +++ Help/release/3.23.rst | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/Help/prop_tgt/HEADER_SETS.rst b/Help/prop_tgt/HEADER_SETS.rst index eaec79f..ceb1df5 100644 --- a/Help/prop_tgt/HEADER_SETS.rst +++ b/Help/prop_tgt/HEADER_SETS.rst @@ -8,5 +8,8 @@ all file sets with the type ``HEADERS``). Files listed in these file sets are treated as source files for the purpose of IDE integration. The files also have their :prop_sf:`HEADER_FILE_ONLY` property set to ``TRUE``. +Header sets may be defined using the :command:`target_sources` command +``FILE_SET`` option with type ``HEADERS``. + See also :prop_tgt:`HEADER_SET_`, :prop_tgt:`HEADER_SET` and :prop_tgt:`INTERFACE_HEADER_SETS`. diff --git a/Help/prop_tgt/INTERFACE_HEADER_SETS.rst b/Help/prop_tgt/INTERFACE_HEADER_SETS.rst index 498dc31..2d3bdac 100644 --- a/Help/prop_tgt/INTERFACE_HEADER_SETS.rst +++ b/Help/prop_tgt/INTERFACE_HEADER_SETS.rst @@ -8,4 +8,7 @@ all file sets with the type ``HEADERS``). Files listed in these header sets can be installed with :command:`install(TARGETS)` and exported with :command:`install(EXPORT)` and :command:`export`. +Header sets may be defined using the :command:`target_sources` command +``FILE_SET`` option with type ``HEADERS``. + See also :prop_tgt:`HEADER_SETS`. diff --git a/Help/release/3.23.rst b/Help/release/3.23.rst index 97b0920..2febbec 100644 --- a/Help/release/3.23.rst +++ b/Help/release/3.23.rst @@ -278,3 +278,7 @@ Changes made since CMake 3.23.0 include the following. targets. Pending further work in a future version of CMake, it is now an error to add a ``FILE_SET`` of type ``HEADERS`` to such targets on Apple platforms. + +* The :prop_tgt:`HEADER_SETS` and :prop_tgt:`INTERFACE_HEADER_SETS` target + properties added in CMake 3.23.0 are now read-only records of the header + sets created by the :command:`target_sources` command. -- cgit v0.12