catkin

catkin is the ROS build system. It comprises a set of CMake macros and python scripts. There are 2 main files of interest:

  • CMakeLists.txt
  • package.xml

References