prefabbuilder_tests_files.cmake 571 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. PrefabBuilderTests.h
  10. PrefabBuilderTests.cpp
  11. PrefabGroup/tests/PrefabGroupTests.cpp
  12. PrefabGroup/tests/PrefabBehaviorTests.cpp
  13. PrefabGroup/tests/PrefabBehaviorTests.inl
  14. PrefabGroup/tests/PrefabBehaviorTestMocks.h
  15. PrefabGroup/tests/PrefabBehaviorTestMocks.cpp
  16. PrefabGroup/tests/DefaultProceduralPrefabGroupTests.cpp
  17. )