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
+24
View File
@@ -94,3 +94,27 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS)
endif()
################################################################################
# Install
################################################################################
ly_install_files(
FILES
${LY_ROOT_FOLDER}/Code/LauncherUnified/launcher_generator.cmake
${LY_ROOT_FOLDER}/Code/LauncherUnified/launcher_project_files.cmake
${LY_ROOT_FOLDER}/Code/LauncherUnified/LauncherProject.cpp
${LY_ROOT_FOLDER}/Code/LauncherUnified/StaticModules.in
DESTINATION LauncherGenerator
)
ly_install_directory(
DIRECTORY Platform/${PAL_PLATFORM_NAME}
DESTINATION LauncherGenerator
)
ly_install_directory(
DIRECTORY Platform/Common
DESTINATION LauncherGenerator
)
ly_install_files(
FILES FindLauncherGenerator.cmake
DESTINATION cmake
)