atomsampleviewer_ios_files.cmake 744 B

1234567891011121314151617181920212223242526
  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. AtomSampleViewerOptions_iOS.cpp
  11. EntityLatticeTestComponent_Traits_Platform.h
  12. MultiThreadComponent_Traits_Platform.h
  13. SceneReloadSoakTestComponent_Traits_Platform.h
  14. SSRExampleComponent_Traits_Platform.h
  15. TriangleConstantBufferExampleComponent_Traits_Platform.h
  16. SampleComponentManager_iOS.cpp
  17. StreamingImageExampleComponent_iOS.cpp
  18. Utils_iOS.cpp
  19. )
  20. set(LY_COMPILE_OPTIONS
  21. PRIVATE
  22. -xobjective-c++
  23. -Wno-c++11-narrowing
  24. )