Parcourir la source

Merge pull request #3 from omarzohdi/main

Fixes Gem and Project to work with latest version of O3DE
Omar Zohdi il y a 2 ans
Parent
commit
ee64058e55
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  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"
     ],