How to clone, build, and link g2o framework in C++
问题 I want to use g2o library in my C++11 project on Ubuntu 18.04, but I cannot make build working. I have all the dependencies. But I cannot link g2o library to my project via CMakeLists.txt I am a newbie in C++ dependencies. I've tried cloning https://github.com/RainerKuemmerle/g2o repository and building it with cmake. The structure is as following: MY_PROJECT |__ cmake_modules |__ project_src |__ CMakeLists.txt |__ Thirdparty |____ g2o |____ bin |____ build |____ cmake_modules # findG2O.cmake