From d1416d53e08d4645aaae0fe8024e975bfda49c07 Mon Sep 17 00:00:00 2001 From: pappeste Date: Mon, 3 May 2021 18:16:08 -0700 Subject: [PATCH] adding a file for ImageProcessing --- cmake/Platform/Common/Install_common.cmake | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cmake/Platform/Common/Install_common.cmake b/cmake/Platform/Common/Install_common.cmake index a2fa54b503..0686b27fe7 100644 --- a/cmake/Platform/Common/Install_common.cmake +++ b/cmake/Platform/Common/Install_common.cmake @@ -420,6 +420,13 @@ function(ly_setup_others) endif() endforeach() + # Additional files needed by gems + install(FILES + ${CMAKE_SOURCE_DIR}/Gems/ImageProcessing/Code/Source/ImageBuilderDefaultPresets.settings + DESTINATION Gems/ImageProcessing/Code/Source + COMPONENT ${LY_DEFAULT_INSTALL_COMPONENT} + ) + # Templates install(DIRECTORY ${CMAKE_SOURCE_DIR}/Templates