File: CMakeLists.txt

package info (click to toggle)
ros-actionlib 1.14.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,204 kB
  • sloc: cpp: 4,473; python: 2,127; xml: 55; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
cmake_minimum_required(VERSION 3.0.2)
project(actionlib_tools)

find_package(catkin REQUIRED)

catkin_python_setup()

catkin_package()

catkin_install_python(PROGRAMS
  scripts/axclient.py
  scripts/axserver.py
  DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})