atomsampleviewer_android_files.cmake 650 B

12345678910111213141516171819
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution.
  3. #
  4. # SPDX-License-Identifier: Apache-2.0 OR MIT
  5. #
  6. #
  7. set(FILES
  8. AtomSampleViewerOptions_Android.cpp
  9. EntityLatticeTestComponent_Traits_Platform.h
  10. MultiThreadComponent_Traits_Platform.h
  11. SceneReloadSoakTestComponent_Traits_Platform.h
  12. SSRExampleComponent_Traits_Platform.h
  13. TriangleConstantBufferExampleComponent_Traits_Platform.h
  14. SampleComponentManager_Android.cpp
  15. StreamingImageExampleComponent_Android.cpp
  16. Utils_Android.cpp
  17. ScriptReporter_Android.cpp
  18. )