Files
o3de/Gems/NvCloth/Code/nvcloth_files.cmake
Steve Pham 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213)
* Updated all copyright headers to split the longer original copyright line into 2 shorter lines

Signed-off-by: Steve Pham <spham@amazon.com>
2021-07-16 15:25:48 -07:00

52 lines
1.9 KiB
CMake

#
# Copyright (c) Contributors to the Open 3D Engine Project.
# For complete copyright and license terms please see the LICENSE at the root of this distribution.
#
# SPDX-License-Identifier: Apache-2.0 OR MIT
#
#
set(FILES
Include/NvCloth/IClothSystem.h
Include/NvCloth/ISolver.h
Include/NvCloth/ICloth.h
Include/NvCloth/IClothConfigurator.h
Include/NvCloth/IFabricCooker.h
Include/NvCloth/ITangentSpaceHelper.h
Include/NvCloth/Types.h
Source/Components/ClothComponent.cpp
Source/Components/ClothComponent.h
Source/Components/ClothConfiguration.cpp
Source/Components/ClothConfiguration.h
Source/Components/ClothComponentMesh/ClothComponentMesh.cpp
Source/Components/ClothComponentMesh/ClothComponentMesh.h
Source/Components/ClothComponentMesh/ClothConstraints.cpp
Source/Components/ClothComponentMesh/ClothConstraints.h
Source/Components/ClothComponentMesh/ActorClothColliders.cpp
Source/Components/ClothComponentMesh/ActorClothColliders.h
Source/Components/ClothComponentMesh/ActorClothSkinning.cpp
Source/Components/ClothComponentMesh/ActorClothSkinning.h
Source/Components/ClothComponentMesh/ClothDebugDisplay.cpp
Source/Components/ClothComponentMesh/ClothDebugDisplay.h
Source/System/SystemComponent.cpp
Source/System/SystemComponent.h
Source/System/Factory.cpp
Source/System/Factory.h
Source/System/Solver.cpp
Source/System/Solver.h
Source/System/Cloth.cpp
Source/System/Cloth.h
Source/System/Fabric.h
Source/System/FabricCooker.cpp
Source/System/FabricCooker.h
Source/System/TangentSpaceHelper.cpp
Source/System/TangentSpaceHelper.h
Source/System/NvTypes.h
Source/System/NvTypes.cpp
Source/Utils/Allocators.h
Source/Utils/AssetHelper.h
Source/Utils/AssetHelper.cpp
Source/Utils/MeshAssetHelper.cpp
Source/Utils/MeshAssetHelper.h
)