Add empty pal files for platforms other than Mac
This commit is contained in:
+1
-3
@@ -16,6 +16,4 @@ add_library(3rdParty::OpenGLInterface INTERFACE IMPORTED GLOBAL)
|
||||
target_link_libraries(3rdParty::OpenGLInterface INTERFACE OpenGL::GL)
|
||||
|
||||
set(pal_file ${CMAKE_CURRENT_LIST_DIR}/Platform/${PAL_PLATFORM_NAME}/OpenGLInterface_${PAL_PLATFORM_NAME_LOWERCASE}.cmake)
|
||||
if(EXISTS ${pal_file})
|
||||
include(${pal_file})
|
||||
endif()
|
||||
include(${pal_file})
|
||||
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
@@ -12,6 +12,7 @@
|
||||
set(FILES
|
||||
BuiltInPackages_android.cmake
|
||||
civetweb_android.cmake
|
||||
OpenGLInterface_android.cmake
|
||||
VkValidation_android.cmake
|
||||
Wwise_android.cmake
|
||||
)
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
@@ -16,6 +16,7 @@ set(FILES
|
||||
Clang_linux.cmake
|
||||
dyad_linux.cmake
|
||||
FbxSdk_linux.cmake
|
||||
OpenGLInterface_linux.cmake
|
||||
OpenSSL_linux.cmake
|
||||
Wwise_linux.cmake
|
||||
)
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
@@ -18,6 +18,7 @@ set(FILES
|
||||
dyad_windows.cmake
|
||||
FbxSdk_windows.cmake
|
||||
libav_windows.cmake
|
||||
OpenGLInterface_windows.cmake
|
||||
OpenSSL_windows.cmake
|
||||
Wwise_windows.cmake
|
||||
)
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
set(FILES
|
||||
BuiltInPackages_ios.cmake
|
||||
OpenGLInterface_ios.cmake
|
||||
OpenSSL_ios.cmake
|
||||
RadTelemetry_ios.cmake
|
||||
Wwise_ios.cmake
|
||||
|
||||
Reference in New Issue
Block a user