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.
41 lines
1.5 KiB
CMake
41 lines
1.5 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
|
|
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/Util/WhiteBoxMathUtil.h
|
|
Source/Util/WhiteBoxMathUtil.cpp
|
|
)
|