Updating the Install_common.cmake script to copy over the source engine.json templates array to the generated installed engine.json

This commit is contained in:
lumberyard-employee-dm
2021-05-26 20:49:52 -05:00
parent 44c8a19bce
commit 84cf3bffde
3 changed files with 37 additions and 25 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"O3DEVersion": "@LY_VERSION_STRING@",
"O3DECopyrightYear": @LY_VERSION_COPYRIGHT_YEAR@,
"O3DEBuildNumber": @LY_VERSION_BUILD_NUMBER@,
"external_subdirectories": @LY_INSTALL_EXTERNAL_SUBDIRS@,
"external_subdirectories": [@LY_INSTALL_EXTERNAL_SUBDIRS@],
"projects": [@LY_INSTALL_PROJECTS@],
"templates": [@LY_INSTALL_TEMPLATES@]
}