local_setup.sh 359 B

123456789
  1. #!/usr/bin/env sh
  2. # generated from catkin/cmake/template/local_setup.sh.in
  3. # since this file is sourced either use the provided _CATKIN_SETUP_DIR
  4. # or fall back to the destination set at configure time
  5. : ${_CATKIN_SETUP_DIR:=/home/ipc2001/usbcam/install}
  6. CATKIN_SETUP_UTIL_ARGS="--extend --local"
  7. . "$_CATKIN_SETUP_DIR/setup.sh"
  8. unset CATKIN_SETUP_UTIL_ARGS