mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
When the `MACOSX_PACKAGE_LOCATION` property is set on a directory, Xcode copies the entire directory into the bundle. Implement this on Ninja and Makefile generators too. Fixes: #26808 Co-authored-by: Brad King <brad.king@kitware.com>
7 lines
203 B
ReStructuredText
7 lines
203 B
ReStructuredText
macos-bundle-content-dir
|
|
------------------------
|
|
|
|
* The :prop_sf:`MACOSX_PACKAGE_LOCATION` source file property now
|
|
works when set on a source directory, and copies its entire tree
|
|
into the bundle.
|