diff options
author | Brad King <brad.king@kitware.com> | 2022-04-07 14:54:16 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-04-07 14:54:30 (GMT) |
commit | 9a7d8394b17c8e655ed68cb31bf497a0ef72c34b (patch) | |
tree | 20525e1bfd52219d3be858ed294d300acde40168 /Help/command | |
parent | e6a200fa9f8703d3ceb7e9f5304460bab10cbe81 (diff) | |
parent | f779f8c0ad4c16cda5a166d440915a01e986d396 (diff) | |
download | CMake-9a7d8394b17c8e655ed68cb31bf497a0ef72c34b.zip CMake-9a7d8394b17c8e655ed68cb31bf497a0ef72c34b.tar.gz CMake-9a7d8394b17c8e655ed68cb31bf497a0ef72c34b.tar.bz2 |
Merge topic 'header-sets-no-framework'
f779f8c0ad FILE_SET: Forbid adding header sets to Apple FRAMEWORK libraries
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kyle Edwards <kyle.edwards@kitware.com>
Merge-request: !7149
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/target_sources.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/target_sources.rst b/Help/command/target_sources.rst index 6ad86e3..1ad6c37 100644 --- a/Help/command/target_sources.rst +++ b/Help/command/target_sources.rst @@ -77,7 +77,7 @@ have zero or more named file sets. Each file set has a name, a type, a scope of ``INTERFACE``, ``PUBLIC``, or ``PRIVATE``, one or more base directories, and files within those directories. The only acceptable type is ``HEADERS``. The optional default file sets are named after their type. The target may not be a -custom target. +custom target or :prop_tgt:`FRAMEWORK` target. Files in a ``PRIVATE`` or ``PUBLIC`` file set are marked as source files for the purposes of IDE integration. Additionally, files in ``HEADERS`` file sets |