1234567891011121314151617181920 |
- # {BEGIN_LICENSE}
- #
- # Copyright (c) Contributors to the Open 3D Engine Project.
- # For complete copyright and license terms please see the LICENSE at the root of this distribution.
- #
- # SPDX-License-Identifier: Apache-2.0 OR MIT
- #
- #
- # {END_LICENSE}
- if(NOT PROJECT_NAME)
- cmake_minimum_required(VERSION 3.20)
- include(cmake/EngineFinder.cmake OPTIONAL)
- find_package(o3de REQUIRED)
- project(ROS2-Gem-Demo
- LANGUAGES C CXX
- VERSION 1.0.0.0
- )
- o3de_initialize()
- endif()
|