mirror of
https://gitlab.com/yikestone/qt_pi.git
synced 2025-08-03 05:34:13 +05:30
9 lines
168 B
CMake
9 lines
168 B
CMake
cmake_minimum_required(VERSION 2.8.3)
|
|
project(qt_pi_gazebo_sim)
|
|
|
|
set(CMAKE_CXX_FLAGS "-fpermissive -std=c++0x")
|
|
|
|
find_package(catkin REQUIRED)
|
|
|
|
catkin_package(DEPENDS)
|