SPEC-7178 Removal of precompiled cpp files (#1171)

* SPEC-7178  Removal of precompiled cpp files

* Missing files...
This commit is contained in:
Esteban Papp
2021-06-07 15:59:58 -07:00
committed by GitHub
parent fe152ea8da
commit 36cb0f6d40
133 changed files with 4 additions and 869 deletions
@@ -9,21 +9,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#
ly_add_target(
NAME StartingPointMovement.Static STATIC
NAMESPACE Gem
FILES_CMAKE
startingpointmovement_files.cmake
INCLUDE_DIRECTORIES
PRIVATE
Source
PUBLIC
Include
BUILD_DEPENDENCIES
PRIVATE
AZ::AzCore
)
ly_add_target(
NAME StartingPointMovement ${PAL_TRAIT_MONOLITHIC_DRIVEN_MODULE_TYPE}
NAMESPACE Gem
@@ -36,7 +21,6 @@ ly_add_target(
Include
BUILD_DEPENDENCIES
PRIVATE
Gem::StartingPointMovement.Static
AZ::AzCore
AZ::AzFramework
)
@@ -1,12 +0,0 @@
/*
* 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.
*
*/
#include "StartingPointMovement_precompiled.h"
@@ -1,17 +0,0 @@
#
# 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
Include/StartingPointMovement/StartingPointMovementConstants.h
Include/StartingPointMovement/StartingPointMovementUtilities.h
Source/StartingPointMovement_precompiled.cpp
Source/StartingPointMovement_precompiled.h
)
@@ -11,4 +11,7 @@
set(FILES
Source/StartingPointMovementGem.cpp
Include/StartingPointMovement/StartingPointMovementConstants.h
Include/StartingPointMovement/StartingPointMovementUtilities.h
Source/StartingPointMovement_precompiled.h
)