atomsampleviewer_windows_files.cmake 590 B

12345678910111213141516171819
  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_Windows.cpp
  10. EntityLatticeTestComponent_Traits_Platform.h
  11. MultiThreadComponent_Traits_Platform.h
  12. SceneReloadSoakTestComponent_Traits_Platform.h
  13. SSRExampleComponent_Traits_Platform.h
  14. SampleComponentManager_Windows.cpp
  15. StreamingImageExampleComponent_Windows.cpp
  16. Utils_Windows.cpp
  17. ScriptReporter_Windows.cpp
  18. )