mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -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>