CMakeLists Quick Guide
Author: Wu Qi This one-minute tutorial mainly takes you through the relevant knowledge of CMakeLists. When we usually receive a SLAM source code, we often rely on the following commands: mkdir build && cd build cmake .. make -j Or: catkin_make All these compilation commands rely on a special file in the source code called … Read more