diff options
author | halx99 <halx99@live.com> | 2023-07-31 01:08:10 (GMT) |
---|---|---|
committer | halx99 <halx99@live.com> | 2023-07-31 01:08:10 (GMT) |
commit | e40d2cb3afe44ba3f47aecf38db7a56b8ad36a16 (patch) | |
tree | 3671ea24a98081556dc2a828c40a1a9a4fb8b728 /Help/prop_tgt | |
parent | d747bc18e1010e71482478b4a9bc60c49f7e2044 (diff) | |
download | CMake-e40d2cb3afe44ba3f47aecf38db7a56b8ad36a16.zip CMake-e40d2cb3afe44ba3f47aecf38db7a56b8ad36a16.tar.gz CMake-e40d2cb3afe44ba3f47aecf38db7a56b8ad36a16.tar.bz2 |
Xcode: Add embed resources support
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 |