dbc5d7a8bc
* Cherry-pick 49e8f35858
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
* Merging differences from development of other changes that need to be there for deb packaging
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
* Picks a needed change for the installer
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
* Fixes warning in mac
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
* Takes version from environment if defined
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
* Do not pick up version if it is empty string since that will also break version comparison
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
* creating temp directories if they dont exist
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
* removing a dependency to itself (Multiplayer.Builders is an alias of Multiplayer.Editor)
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
* Filters which runtime dependencies are passed from private build dependencies to only those that are actual targets.
This avoids something like a "d3d12" private build dependency from being passed to the runtime dependencies
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
29 lines
833 B
CMake
29 lines
833 B
CMake
#
|
|
# Copyright (c) Contributors to the Open 3D Engine Project.
|
|
# For complete copyright and license terms please see the LICENSE at the root of this distribution.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
#
|
|
#
|
|
|
|
set(FILES
|
|
../Common/Configurations_common.cmake
|
|
../Common/Clang/Configurations_clang.cmake
|
|
../Common/Install_common.cmake
|
|
../Common/PackagingPostBuild_common.cmake
|
|
../Common/PackagingPreBuild_common.cmake
|
|
CompilerSettings_linux.cmake
|
|
Configurations_linux.cmake
|
|
Install_linux.cmake
|
|
LYTestWrappers_linux.cmake
|
|
LYWrappers_linux.cmake
|
|
Packaging_linux.cmake
|
|
PackagingPostBuild_linux.cmake
|
|
PackagingPreBuild_linux.cmake
|
|
PAL_linux.cmake
|
|
PALDetection_linux.cmake
|
|
RPathChange.cmake
|
|
runtime_dependencies_linux.cmake.in
|
|
RuntimeDependencies_linux.cmake
|
|
)
|