simulationinterfaces_api_files.cmake 1018 B

12345678910111213141516171819202122
  1. # Copyright (c) Contributors to the Open 3D Engine Project.
  2. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  3. #
  4. # SPDX-License-Identifier: Apache-2.0 OR MIT
  5. #
  6. set(FILES
  7. Include/SimulationInterfaces/Result.h
  8. Include/SimulationInterfaces/TagFilter.h
  9. Include/SimulationInterfaces/Bounds.h
  10. Include/SimulationInterfaces/RegistryUtils.h
  11. Include/SimulationInterfaces/NamedPoseManagerRequestBus.h
  12. Include/SimulationInterfaces/Resource.h
  13. Include/SimulationInterfaces/WorldResource.h
  14. Include/SimulationInterfaces/SimulationEntityManagerRequestBus.h
  15. Include/SimulationInterfaces/SimulationInterfacesTypeIds.h
  16. Include/SimulationInterfaces/SimulationMangerRequestBus.h
  17. Include/SimulationInterfaces/SimulationFeaturesAggregatorRequestBus.h
  18. Include/SimulationInterfaces/LevelManagerRequestBus.h
  19. Include/SimulationInterfaces/ROS2SimulationInterfacesTypeIds.h
  20. Include/SimulationInterfaces/ROS2SimulationInterfacesRequestBus.h
  21. )