atomsampleviewer_ios_files.cmake 771 B

123456789101112131415161718192021222324252627
  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. ScriptReporter_iOS.cpp
  20. )
  21. set(LY_COMPILE_OPTIONS
  22. PRIVATE
  23. -xobjective-c++
  24. -Wno-c++11-narrowing
  25. )