mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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>