platform_ios_files.cmake 506 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_ios.cmake
  12. Install_ios.cmake
  13. LYTestWrappers_ios.cmake
  14. LYWrappers_ios.cmake
  15. PAL_ios.cmake
  16. PALDetection_ios.cmake
  17. SDK_ios.cmake
  18. Toolchain_ios.cmake
  19. )