d03c2c9977
* Copy jinja/py files to the install folder Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> * code review comment Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> * moving AzAutoGen to cmake folder and removing the header-only project Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
41 lines
871 B
CMake
41 lines
871 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
|
|
3rdParty.cmake
|
|
3rdPartyPackages.cmake
|
|
AzAutoGen.py
|
|
CMakeFiles.cmake
|
|
CommandExecution.cmake
|
|
Configurations.cmake
|
|
Dependencies.cmake
|
|
Deployment.cmake
|
|
EngineJson.cmake
|
|
FileUtil.cmake
|
|
Findo3de.cmake
|
|
Gems.cmake
|
|
GeneralSettings.cmake
|
|
Install.cmake
|
|
LyAutoGen.cmake
|
|
LYPackage_S3Downloader.cmake
|
|
LySet.cmake
|
|
LYTestWrappers.cmake
|
|
LYPython.cmake
|
|
LYWrappers.cmake
|
|
Monolithic.cmake
|
|
OutputDirectory.cmake
|
|
Packaging.cmake
|
|
PAL.cmake
|
|
PALTools.cmake
|
|
Projects.cmake
|
|
RuntimeDependencies.cmake
|
|
SettingsRegistry.cmake
|
|
UnitTest.cmake
|
|
Version.cmake
|
|
)
|