mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
10 lines
476 B
ReStructuredText
10 lines
476 B
ReStructuredText
install-export-xcframework
|
|
--------------------------
|
|
|
|
* The :command:`export(SETUP)` command gained a new ``XCFRAMEWORK_LOCATION``
|
|
argument, which can be used to specify the location of a ``.xcframework``
|
|
that can be substituted for the installed library.
|
|
* The :module:`CMakePackageConfigHelpers` module gained a new
|
|
:command:`generate_apple_platform_selection_file` function, which can be
|
|
used to generate a file that includes another Apple-platform-specific file.
|