CMakePackageConfigHelpers: Add generate_apple_platform_selection_file()

Issue: #25262
This commit is contained in:
Kyle Edwards
2023-11-03 17:30:42 -04:00
parent 256bb0cc40
commit 37bc3400cd
9 changed files with 170 additions and 0 deletions

View File

@@ -4,3 +4,6 @@ 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.