Просмотр исходного кода

Fixes Gem and Project to work with latest version of O3DE

Fixes the Gem's cmakefile and the Project's project.json make it work and build with the latest version of O3DE

Signed-off-by: Omar Zohdi <[email protected]>
Omar Zohdi 2 лет назад
Родитель
Сommit
695eb23db4
2 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      Gems/buongiorno/CMakeLists.txt
  2. 2 2
      Project/project.json

+ 1 - 1
Gems/buongiorno/CMakeLists.txt

@@ -4,5 +4,5 @@
 # which is generated when cmake is run
 # This path is the gem root directory
 if(PAL_TRAIT_BUILD_HOST_TOOLS)
-    ly_create_alias(NAME buongiorno.Builders NAMESPACE Gem)
+    ly_create_alias(NAME BuonGIorno.Builders NAMESPACE Gem)
 endif()

+ 2 - 2
Project/project.json

@@ -1,5 +1,5 @@
 {
-    "project_name": "BuonGIornoSample",
+    "project_name": "Buongiorno",
     "project_id": "{9579ef7f-9689-49af-ba1c-846bab6db72c}",
     "origin": "https://github.com/powervr-graphics/buongiorno-sample",
     "license": "MIT, https://opensource.org/licenses/MIT",
@@ -9,7 +9,7 @@
         "Project"
     ],
     "user_tags": [
-        "BuonGIorno",
+        "Buongiorno",
         "Sample",
         "Getting Started"
     ],