platform_mac_files.cmake 487 B

1234567891011121314151617181920
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project.
  3. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0 OR MIT
  6. #
  7. #
  8. set(FILES
  9. ../Common/Configurations_common.cmake
  10. ../Common/Clang/Configurations_clang.cmake
  11. Configurations_mac.cmake
  12. Install_mac.cmake
  13. LYTestWrappers_mac.cmake
  14. LYWrappers_mac.cmake
  15. PAL_mac.cmake
  16. PALDetection_mac.cmake
  17. RPathChange.cmake
  18. )