You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/WhiteBox/Code/whitebox_supported_files.cmake

48 lines
2.0 KiB
CMake

#
# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
# its licensors.
#
# For complete copyright and license terms please see the LICENSE at the root of this
# distribution (the "License"). All use of this software is governed by the License,
# or, if provided, by the license below or the license accompanying this file. Do not
# remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#
set(FILES
Source/WhiteBox_precompiled.cpp
Source/WhiteBox_precompiled.h
Include/WhiteBox/WhiteBoxBus.h
Source/WhiteBoxAllocator.cpp
Source/WhiteBoxAllocator.h
Source/WhiteBoxComponent.cpp
Source/WhiteBoxComponent.h
Source/WhiteBoxSystemComponent.cpp
Source/WhiteBoxSystemComponent.h
Source/Components/WhiteBoxColliderComponent.cpp
Source/Components/WhiteBoxColliderComponent.h
Source/Components/WhiteBoxColliderConfiguration.cpp
Source/Components/WhiteBoxColliderConfiguration.h
Source/Rendering/WhiteBoxRenderMeshInterface.cpp
Source/Rendering/WhiteBoxRenderMeshInterface.h
Source/Rendering/WhiteBoxRenderData.cpp
Source/Rendering/WhiteBoxRenderData.h
Source/Rendering/WhiteBoxMaterial.cpp
Source/Rendering/WhiteBoxMaterial.h
Source/Rendering/WhiteBoxNullRenderMesh.cpp
Source/Rendering/WhiteBoxNullRenderMesh.h
Source/Rendering/Atom/WhiteBoxMeshAtomData.cpp
Source/Rendering/Atom/WhiteBoxMeshAtomData.h
Source/Rendering/Atom/PackedFloat2.h
Source/Rendering/Atom/TangentSpaceHelper.cpp
Source/Rendering/Atom/TangentSpaceHelper.h
Source/Rendering/Atom/WhiteBoxAtomRenderMesh.cpp
Source/Rendering/Atom/WhiteBoxAtomRenderMesh.h
Source/Rendering/Atom/WhiteBoxAttributeBuffer.h
Source/Rendering/Atom/WhiteBoxBuffer.h
Source/Rendering/Legacy/WhiteBoxLegacyRenderMesh.cpp
Source/Rendering/Legacy/WhiteBoxLegacyRenderMesh.h
Source/Util/WhiteBoxMathUtil.h
Source/Util/WhiteBoxMathUtil.cpp
)