supporting multiple directories

automatically excluding obvious things
cleanup and verification

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-23 19:41:57 -07:00
parent a1b59e5e5e
commit b609d5e2cb
13 changed files with 123 additions and 64 deletions
+8 -10
View File
@@ -100,19 +100,17 @@ endif()
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
launcher_generator.cmake
launcher_project_files.cmake
LauncherProject.cpp
StaticModules.in
DESTINATION LauncherGenerator
)
ly_install_directory(
DIRECTORY Platform/${PAL_PLATFORM_NAME}
DESTINATION LauncherGenerator
)
ly_install_directory(
DIRECTORY Platform/Common
DESTINATION LauncherGenerator
DIRECTORIES
Platform/${PAL_PLATFORM_NAME}
Platform/Common
DESTINATION LauncherGenerator/Platform
)
ly_install_files(
FILES FindLauncherGenerator.cmake