This tutorial aims to provide guides to use
- CMake to build C++ programse,
- Catkin tools to build ROS-C++ programs
-
CMake Bascis introduces the most basics for using CMake: how to complie a C++ program with a single file.
-
CMake Multi Files and Libraries expalins how to complie a C++ program with a mulitple files and introduces the concept of library.
-
CMake Library shows how to create, manage and use own libraries.
-
CMake External Library gives suggesions to build and use external libraries.
-
CMake Install Library provides hints for installing libraries and how to use installed libraries.
TODO: