prefabbuilder_files.cmake 660 B

1234567891011121314151617181920212223
  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. PrefabBuilderComponent.h
  10. PrefabBuilderComponent.cpp
  11. PrefabGroup/DefaultProceduralPrefab.h
  12. PrefabGroup/DefaultProceduralPrefab.cpp
  13. PrefabGroup/IPrefabGroup.h
  14. PrefabGroup/PrefabGroup.cpp
  15. PrefabGroup/PrefabGroup.h
  16. PrefabGroup/PrefabGroupBehavior.cpp
  17. PrefabGroup/PrefabGroupBehavior.h
  18. PrefabGroup/PrefabGroupBus.h
  19. PrefabGroup/ProceduralAssetHandler.cpp
  20. PrefabGroup/ProceduralAssetHandler.h
  21. )