platform_ios_files.cmake 528 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. Launcher_iOS.mm
  10. Launcher_Traits_iOS.h
  11. Launcher_Traits_Platform.h
  12. O3DEApplication_iOS.mm
  13. O3DEApplicationDelegate_iOS.mm
  14. ../Common/Apple/Launcher_Apple.mm
  15. ../Common/Apple/Launcher_Apple.h
  16. ../Common/UnixLike/Launcher_UnixLike.cpp
  17. ../Common/UnixLike/Launcher_UnixLike.h
  18. )