o3deConfig.cmake 447 B

1234567891011
  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. # This cmake package config file currently only exists so find_package(o3de CONFIG)
  9. # will consider this engine and look for the associated o3deConfigVersion.cmake
  10. # file which will check if a project is compatible with this engine.