nvcloth_files.cmake 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. Include/NvCloth/IClothSystem.h
  10. Include/NvCloth/ISolver.h
  11. Include/NvCloth/ICloth.h
  12. Include/NvCloth/IClothConfigurator.h
  13. Include/NvCloth/IFabricCooker.h
  14. Include/NvCloth/ITangentSpaceHelper.h
  15. Include/NvCloth/Types.h
  16. Source/Components/ClothComponent.cpp
  17. Source/Components/ClothComponent.h
  18. Source/Components/ClothConfiguration.cpp
  19. Source/Components/ClothConfiguration.h
  20. Source/Components/ClothComponentMesh/ClothComponentMesh.cpp
  21. Source/Components/ClothComponentMesh/ClothComponentMesh.h
  22. Source/Components/ClothComponentMesh/ClothConstraints.cpp
  23. Source/Components/ClothComponentMesh/ClothConstraints.h
  24. Source/Components/ClothComponentMesh/ActorClothColliders.cpp
  25. Source/Components/ClothComponentMesh/ActorClothColliders.h
  26. Source/Components/ClothComponentMesh/ActorClothSkinning.cpp
  27. Source/Components/ClothComponentMesh/ActorClothSkinning.h
  28. Source/Components/ClothComponentMesh/ClothDebugDisplay.cpp
  29. Source/Components/ClothComponentMesh/ClothDebugDisplay.h
  30. Source/System/SystemComponent.cpp
  31. Source/System/SystemComponent.h
  32. Source/System/Factory.cpp
  33. Source/System/Factory.h
  34. Source/System/Solver.cpp
  35. Source/System/Solver.h
  36. Source/System/Cloth.cpp
  37. Source/System/Cloth.h
  38. Source/System/Fabric.h
  39. Source/System/FabricCooker.cpp
  40. Source/System/FabricCooker.h
  41. Source/System/TangentSpaceHelper.cpp
  42. Source/System/TangentSpaceHelper.h
  43. Source/System/NvTypes.h
  44. Source/System/NvTypes.cpp
  45. Source/Utils/Allocators.h
  46. Source/Utils/AssetHelper.h
  47. Source/Utils/AssetHelper.cpp
  48. Source/Utils/MeshAssetHelper.cpp
  49. Source/Utils/MeshAssetHelper.h
  50. )