Remove remaining dyad references and files

This commit is contained in:
pconroy
2021-04-29 19:44:29 -07:00
parent dcb253e08c
commit 27c6f23828
6 changed files with 0 additions and 43 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 dyad
VERSION 0.2.0-17-amazon
INCLUDE_DIRECTORIES src
)
-1
View File
@@ -11,7 +11,6 @@
set(FILES
BuiltInPackages_linux.cmake
dyad_linux.cmake
FbxSdk_linux.cmake
Wwise_linux.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(DYAD_LIBS ${BASE_PATH}/lib/linux_$<IF:$<CONFIG:Debug>,debug,release>/libdyad.a)
@@ -11,7 +11,6 @@
set(FILES
BuiltInPackages_windows.cmake
dyad_windows.cmake
FbxSdk_windows.cmake
Wwise_windows.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(DYAD_LIBS ${BASE_PATH}/lib/x64_v140_$<IF:$<CONFIG:Debug>,Debug,Release>/libdyad.lib)
-1
View File
@@ -12,7 +12,6 @@
set(FILES
BuiltInPackages.cmake
FindClang.cmake
Finddyad.cmake
FindFbxSdk.cmake
FindOpenGLInterface.cmake
FindRadTelemetry.cmake