diff options
author | Brad King <brad.king@kitware.com> | 2023-08-01 13:33:00 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-08-01 13:33:15 (GMT) |
commit | 17dcd9424aefdfa10b72ad3d3bfe35e186cad02b (patch) | |
tree | c8bb7710ac37c588d54418edeb5adc641996925d /Help/prop_tgt | |
parent | d8b6a750a0c5fcba6b3b5e18cd677b44ba1221ed (diff) | |
parent | e40d2cb3afe44ba3f47aecf38db7a56b8ad36a16 (diff) | |
download | CMake-17dcd9424aefdfa10b72ad3d3bfe35e186cad02b.zip CMake-17dcd9424aefdfa10b72ad3d3bfe35e186cad02b.tar.gz CMake-17dcd9424aefdfa10b72ad3d3bfe35e186cad02b.tar.bz2 |
Merge topic 'xcode-embed-resources'
e40d2cb3af Xcode: Add embed resources support
Acked-by: Kitware Robot <kwrobot@kitware.com>
Tested-by: buildbot <buildbot@kitware.com>
Acked-by: Deal <halx99@live.com>
Merge-request: !8632
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/XCODE_EMBED_type.rst | 6 | ||||
-rw-r--r-- | Help/prop_tgt/XCODE_EMBED_type_PATH.rst | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/Help/prop_tgt/XCODE_EMBED_type.rst b/Help/prop_tgt/XCODE_EMBED_type.rst index da744c2..76b0e3d 100644 --- a/Help/prop_tgt/XCODE_EMBED_type.rst +++ b/Help/prop_tgt/XCODE_EMBED_type.rst @@ -37,6 +37,12 @@ The supported values for ``<type>`` are: The specified items will be added to the ``Embed PlugIns`` build phase. They must be CMake target names. +``RESOURCES`` + .. versionadded:: 3.28 + + The specified items will be added to the ``Embed Resources`` build phase. + They must be CMake target names. + See also :prop_tgt:`XCODE_EMBED_<type>_PATH`, :prop_tgt:`XCODE_EMBED_<type>_REMOVE_HEADERS_ON_COPY` and :prop_tgt:`XCODE_EMBED_<type>_CODE_SIGN_ON_COPY`. diff --git a/Help/prop_tgt/XCODE_EMBED_type_PATH.rst b/Help/prop_tgt/XCODE_EMBED_type_PATH.rst index 5a5c65f..ef04d14 100644 --- a/Help/prop_tgt/XCODE_EMBED_type_PATH.rst +++ b/Help/prop_tgt/XCODE_EMBED_type_PATH.rst @@ -22,3 +22,6 @@ The supported values for ``<type>`` are: ``PLUGINS`` .. versionadded:: 3.23 + +``RESOURCES`` + .. versionadded:: 3.28 |