Minor change

This commit is contained in:
Oleg Kalachev
2025-10-17 19:22:48 +03:00
parent dc09459613
commit 3eaf24f89d

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
project(flix_gazebo)
# === gazebo plugin
# Gazebo plugin
find_package(gazebo REQUIRED)
find_package(SDL2 REQUIRED)
include_directories(${GAZEBO_INCLUDE_DIRS})