On this page
XCODE_EMBED_<type>
New in version 3.20.
Tell the Xcode
generator to embed the specified list of items into the target bundle. <type>
specifies the embed build phase to use.
Currently, the only supported value for <type>
is FRAMEWORKS
. The specified items will be added to the Embed Frameworks
build phase. The items can be CMake target names or paths to frameworks or libraries. See also XCODE_EMBED_<type>_PATH
, XCODE_EMBED_FRAMEWORKS_REMOVE_HEADERS_ON_COPY
and XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY
.
© 2000–2021 Kitware, Inc. and Contributors
Licensed under the BSD 3-clause License.
https://cmake.org/cmake/help/v3.20/prop_tgt/XCODE_EMBED_type.html