mirror of
https://github.com/davesarmoury/GLaDOS.git
synced 2025-09-26 22:31:26 +08:00
13 lines
186 B
CMake
13 lines
186 B
CMake
cmake_minimum_required(VERSION 3.0.2)
|
|
project(z1_description)
|
|
|
|
find_package(catkin REQUIRED COMPONENTS
|
|
urdf
|
|
xacro
|
|
)
|
|
|
|
catkin_package()
|
|
|
|
include_directories(
|
|
${catkin_INCLUDE_DIRS}
|
|
) |