lyshine_tests_files.cmake 549 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. Tests/LyShineTest.h
  10. Tests/AnimationTest.cpp
  11. Tests/SpriteTest.cpp
  12. Tests/SerializationTest.cpp
  13. Tests/TextInputComponentTest.cpp
  14. Tests/UiDynamicScrollBoxComponentTest.cpp
  15. Tests/UiScrollBarComponentTest.cpp
  16. Tests/UiTooltipComponentTest.cpp
  17. Tests/Mocks/UiDynamicScrollBoxDataBusHandlerMock.h
  18. )