atomsampleviewer_android_files.cmake 651 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. AtomSampleViewerOptions_Android.cpp
  10. EntityLatticeTestComponent_Traits_Platform.h
  11. MultiThreadComponent_Traits_Platform.h
  12. SceneReloadSoakTestComponent_Traits_Platform.h
  13. SSRExampleComponent_Traits_Platform.h
  14. TriangleConstantBufferExampleComponent_Traits_Platform.h
  15. SampleComponentManager_Android.cpp
  16. StreamingImageExampleComponent_Android.cpp
  17. Utils_Android.cpp
  18. ScriptReporter_Android.cpp
  19. )