CMakeLists.txt 954 B

123456789101112131415161718
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project.
  3. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0 OR MIT
  6. #
  7. #
  8. # The "AtomLyIntegration" Gem will alias the real Atom_AtomBridge target variants
  9. ly_create_alias(NAME AtomLyIntegration.Clients NAMESPACE Gem TARGETS Gem::Atom_AtomBridge.Clients)
  10. ly_create_alias(NAME AtomLyIntegration.Servers NAMESPACE Gem TARGETS Gem::Atom_AtomBridge.Servers)
  11. ly_create_alias(NAME AtomLyIntegration.HeadlessServers NAMESPACE Gem TARGETS Gem::Atom_AtomBridge.HeadlessServers)
  12. ly_create_alias(NAME AtomLyIntegration.Unified NAMESPACE Gem TARGETS Gem::Atom_AtomBridge.Unified)
  13. if(PAL_TRAIT_BUILD_HOST_TOOLS)
  14. ly_create_alias(NAME AtomLyIntegration.Builders NAMESPACE Gem TARGETS Gem::Atom_AtomBridge.Builders)
  15. ly_create_alias(NAME AtomLyIntegration.Tools NAMESPACE Gem TARGETS Gem::Atom_AtomBridge.Tools)
  16. endif()