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

Atom LyIntegration common features rename in ROS2 Gem (#623)

Signed-off-by: Adam Krawczyk <[email protected]>
Khasreto 1 год назад
Родитель
Сommit
bbb0da75e6

+ 1 - 1
Gems/ROS2/Code/CMakeLists.txt

@@ -130,7 +130,7 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS)
         BUILD_DEPENDENCIES
             PUBLIC
                 AZ::AzToolsFramework
-                Gem::AtomLyIntegration_CommonFeatures.Editor.Static
+                Gem::CommonFeaturesAtom.Editor.Static
                 Gem::LmbrCentral.API
                 Gem::PhysX.Editor.Static
                 Gem::${gem_name}.Static

+ 1 - 1
Gems/WarehouseAutomation/Code/CMakeLists.txt

@@ -54,7 +54,7 @@ ly_add_target(
         PUBLIC
             AZ::AzCore
             AZ::AzFramework
-            Gem::AtomLyIntegration_CommonFeatures.Static
+            Gem::CommonFeaturesAtom.Static
             Gem::PhysX.Static
 )
 

+ 1 - 1
Templates/Ros2ProjectTemplate/Template/Gem/CMakeLists.txt

@@ -106,7 +106,7 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS)
                 Gem::ImGui.Static
                 Gem::ROS2.Static
                 AZ::AzToolsFramework
-                Gem::AtomLyIntegration_CommonFeatures.Editor.Static
+                Gem::CommonFeaturesAtom.Editor.Static
                 Gem::LmbrCentral.API
             PRIVATE
                 ${gem_name}.Private.Object