Merge branch 'development' into cmake/linux_fix_warn_unused
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> # Conflicts: # Code/Legacy/CrySystem/Log.cpp # Code/Tools/Standalone/Source/Driller/Annotations/AnnotationHeaderView.cpp # Code/Tools/Standalone/Source/Driller/AreaChart.cpp # Code/Tools/Standalone/Source/Driller/AreaChart.hxx # Code/Tools/Standalone/Source/Driller/ChannelDataView.cpp # Code/Tools/Standalone/Source/Driller/DrillerCaptureWindow.cpp # Code/Tools/Standalone/Source/Driller/Profiler/ProfilerDataView.cpp
This commit is contained in:
@@ -94,3 +94,25 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS)
|
||||
|
||||
endif()
|
||||
|
||||
################################################################################
|
||||
# Install
|
||||
################################################################################
|
||||
|
||||
ly_install_files(
|
||||
FILES
|
||||
launcher_generator.cmake
|
||||
launcher_project_files.cmake
|
||||
LauncherProject.cpp
|
||||
StaticModules.in
|
||||
DESTINATION LauncherGenerator
|
||||
)
|
||||
ly_install_directory(
|
||||
DIRECTORIES
|
||||
Platform/${PAL_PLATFORM_NAME}
|
||||
Platform/Common
|
||||
DESTINATION LauncherGenerator/Platform
|
||||
)
|
||||
ly_install_files(
|
||||
FILES FindLauncherGenerator.cmake
|
||||
DESTINATION cmake
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user