platform_ios_files.cmake 385 B

123456789101112131415
  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. ../../Resources/IOSLauncher/Info.plist
  10. IosO3DEApplication.mm
  11. IosO3DEApplicationDelegate.mm
  12. AtomSampleViewerApplication_ios.cpp
  13. main_ios.mm
  14. )