install reorg/cleanup
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#
|
||||
#
|
||||
|
||||
add_subdirectory(bundler)
|
||||
add_subdirectory(detect_file_changes)
|
||||
add_subdirectory(commit_validation)
|
||||
add_subdirectory(o3de)
|
||||
|
||||
@@ -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
|
||||
)
|
||||
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user