Removing FBX SDK, LYN-1045. If you have an issues please reach out to the Helios team.
This commit is contained in:
Vendored
-16
@@ -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
|
||||
)
|
||||
@@ -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)
|
||||
@@ -11,6 +11,5 @@
|
||||
|
||||
set(FILES
|
||||
BuiltInPackages_linux.cmake
|
||||
FbxSdk_linux.cmake
|
||||
Wwise_linux.cmake
|
||||
)
|
||||
|
||||
-14
@@ -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)
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
|
||||
set(FILES
|
||||
BuiltInPackages_mac.cmake
|
||||
FbxSdk_mac.cmake
|
||||
OpenGLInterface_mac.cmake
|
||||
Wwise_mac.cmake
|
||||
)
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
Vendored
-1
@@ -12,7 +12,6 @@
|
||||
set(FILES
|
||||
BuiltInPackages.cmake
|
||||
FindClang.cmake
|
||||
FindFbxSdk.cmake
|
||||
FindOpenGLInterface.cmake
|
||||
FindRadTelemetry.cmake
|
||||
FindVkValidation.cmake
|
||||
|
||||
Reference in New Issue
Block a user