C++ Application with 'CMake' and 'Hunter'Use Installing Huntercd YOUR_CMAKE_PROJECT_ROOT wget https://raw.githubusercontent.com/cnruby/install_hunter/master/install_hunter.cmake cmake -Dversion=0.23.253 -P ./install_hunter.cmakeUse Examplegit clone https://github.com/cnruby/install_hunter.git cd install_hunter/example wget https://raw.githubusercontent.com/cnruby/install_hunter/master/install_hunter.cmake # OR# cp ../install_hunter.cmake . cmake -Dversion=0.23.253 -P ./install_hunter.cmake cmake -GNinja -Bbuild/ -H. cmake --build build/ ./build/main@cnrubyC++ Application with 'CMake' - Youtub Videos@Gitter@Blog@TwitterReferencesLearning CMake: A beginner's guideModern CMakeCMake Community WikiCMake BASIS