Ver Fonte

Update ROS2 cmake with Unified

Signed-off-by: puvvadar <[email protected]>
puvvadar há 2 anos atrás
pai
commit
d9883666de
1 ficheiros alterados com 3 adições e 2 exclusões
  1. 3 2
      Gems/ROS2/Code/CMakeLists.txt

+ 3 - 2
Gems/ROS2/Code/CMakeLists.txt

@@ -72,10 +72,11 @@ ly_add_target(
 )
 
 # By default, we will specify that the above target ROS2 would be used by
-# Client and Server type targets when this gem is enabled.  If you don't want it
-# active in Clients or Servers by default, delete one of both of the following lines:
+# Client, Server and Unified type targets when this gem is enabled.  If you don't want it
+# active in Clients, Servers or Unified by default, delete one or more of the following lines:
 ly_create_alias(NAME ${gem_name}.Clients NAMESPACE Gem TARGETS Gem::${gem_name})
 ly_create_alias(NAME ${gem_name}.Servers NAMESPACE Gem TARGETS Gem::${gem_name})
+ly_create_alias(NAME ${gem_name}.Unified NAMESPACE Gem TARGETS Gem::${gem_name})
 
 # If we are on a host platform, we want to add the host tools targets like the ${gem_name}.Editor target which
 # will also depend on ${gem_name}.Static