install reorg/cleanup

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-19 08:51:29 -07:00
parent 28d035c275
commit a1b59e5e5e
17 changed files with 288 additions and 151 deletions
+1
View File
@@ -6,6 +6,7 @@
#
#
add_subdirectory(bundler)
add_subdirectory(detect_file_changes)
add_subdirectory(commit_validation)
add_subdirectory(o3de)
+13
View File
@@ -0,0 +1,13 @@
#
# 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
#
#
ly_install_directory(DIRECTORY .
EXCLUDE_PATTERNS
__pycache__
CMakeLists.txt
)
+13
View File
@@ -7,3 +7,16 @@
#
add_subdirectory(tests)
file(GLOB o3de_scripts "${LY_ROOT_FOLDER}/scripts/o3de.*")
ly_install_files(FILES ${o3de_scripts}
PROGRAMS
DESTINATION ./scripts
)
ly_install_directory(DIRECTORY .
EXCLUDE_PATTERNS
__pycache__
CMakeLists.txt
tests
)