nvcloth_editor_files.cmake 744 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. Source/Pipeline/SceneAPIExt/ClothRule.h
  10. Source/Pipeline/SceneAPIExt/ClothRule.cpp
  11. Source/Pipeline/SceneAPIExt/ClothRuleBehavior.h
  12. Source/Pipeline/SceneAPIExt/ClothRuleBehavior.cpp
  13. Source/Components/EditorClothComponent.cpp
  14. Source/Components/EditorClothComponent.h
  15. Source/Editor/MeshNodeHandler.cpp
  16. Source/Editor/MeshNodeHandler.h
  17. Source/Editor/PropertyTypes.cpp
  18. Source/Editor/PropertyTypes.h
  19. Source/Editor/EditorSystemComponent.cpp
  20. Source/Editor/EditorSystemComponent.h
  21. )