Integrating github/Helios_RemoveFbxSdk through commit 6dc2604 (#391) (#560)

Removing FBX SDK, LYN-1045. If you have an issues please reach out to the Helios team.
This commit is contained in:
AMZN-stankowi
2021-05-05 09:29:12 -07:00
committed by GitHub
parent 01976a890c
commit a7224b6379
140 changed files with 105 additions and 8639 deletions
-16
View File
@@ -1,16 +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.
#
ly_add_external_target(
NAME FbxSdk
VERSION 2016.1.2-az.1
INCLUDE_DIRECTORIES include
)
-13
View File
@@ -1,13 +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(FBXSDK_LIBS ${BASE_PATH}/lib/gcc4/x64/$<IF:$<CONFIG:Debug>,debug,release>/libfbxsdk.so)
set(FBXSDK_RUNTIME_DEPENDENCIES ${BASE_PATH}/lib/gcc4/x64/$<IF:$<CONFIG:Debug>,debug,release>/libfbxsdk.so)
-1
View File
@@ -11,6 +11,5 @@
set(FILES
BuiltInPackages_linux.cmake
FbxSdk_linux.cmake
Wwise_linux.cmake
)
-14
View File
@@ -1,14 +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(FBXSDK_LIBS ${BASE_PATH}/lib/clang/$<IF:$<CONFIG:Debug>,debug,release>/libfbxsdk.dylib)
set(FBXSDK_RUNTIME_DEPENDENCIES ${BASE_PATH}/lib/clang/$<IF:$<CONFIG:Debug>,debug,release>/libfbxsdk.dylib)
-1
View File
@@ -11,7 +11,6 @@
set(FILES
BuiltInPackages_mac.cmake
FbxSdk_mac.cmake
OpenGLInterface_mac.cmake
Wwise_mac.cmake
)
-12
View File
@@ -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.
#
set(FBXSDK_LIBS ${BASE_PATH}/lib/vs2015/x64/$<IF:$<CONFIG:Debug>,debug,release>/libfbxsdk-md.lib)
@@ -11,6 +11,5 @@
set(FILES
BuiltInPackages_windows.cmake
FbxSdk_windows.cmake
Wwise_windows.cmake
)
-1
View File
@@ -12,7 +12,6 @@
set(FILES
BuiltInPackages.cmake
FindClang.cmake
FindFbxSdk.cmake
FindOpenGLInterface.cmake
FindRadTelemetry.cmake
FindVkValidation.cmake