whitebox_editor_tests_supported_files.cmake 557 B

123456789101112131415161718192021
  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/WhiteBoxComponentTest.cpp
  10. Tests/WhiteBoxTestFixtures.h
  11. Tests/WhiteBoxTest.cpp
  12. Tests/WhiteBoxEdgeTest.cpp
  13. Tests/WhiteBoxUVTest.cpp
  14. Tests/WhiteBoxSelectionTest.cpp
  15. Tests/WhiteBoxTestUtil.h
  16. Tests/WhiteBoxTestUtil.cpp
  17. Tests/WhiteBoxRenderDataTest.cpp
  18. Tests/WhiteBoxTestRailsAutomation.cpp
  19. )