소스 검색

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 년 전
부모
커밋
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"
     ],