lyshineexamples_files.cmake 883 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. Include/LyShineExamples/LyShineExamplesBus.h
  10. Include/LyShineExamples/LyShineExamplesCppExampleBus.h
  11. Include/LyShineExamples/UiCustomImageBus.h
  12. Source/LyShineExamplesCppExample.cpp
  13. Source/LyShineExamplesCppExample.h
  14. Source/LyShineExamplesSerialize.cpp
  15. Source/LyShineExamplesSerialize.h
  16. Source/LyShineExamplesSystemComponent.cpp
  17. Source/LyShineExamplesSystemComponent.h
  18. Source/UiCustomImageComponent.cpp
  19. Source/UiCustomImageComponent.h
  20. Source/UiDynamicContentDatabase.cpp
  21. Source/UiDynamicContentDatabase.h
  22. Source/UiTestScrollBoxDataProviderComponent.h
  23. Source/UiTestScrollBoxDataProviderComponent.cpp
  24. )