mirror of
https://gitlab.com/yikestone/qt_pi.git
synced 2025-08-03 13:44:12 +05:30
10 lines
190 B
CMake
10 lines
190 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_python_setup()
|
|
catkin_package(DEPENDS)
|