quadruped_ros2_control/libraries/gz_quadruped_playground/CMakeLists.txt

11 lines
215 B
CMake
Raw Normal View History

2025-02-23 01:19:51 +08:00
cmake_minimum_required(VERSION 3.8)
project(gz_quadruped_playground)
find_package(ament_cmake REQUIRED)
install(
DIRECTORY worlds launch config
DESTINATION share/${PROJECT_NAME}/
)
ament_package()