cd YOUR_CMAKE_PROJECT_ROOT
wget https://raw.githubusercontent.com/cnruby/install_hunter/master/install_hunter.cmake
cmake -Dversion=0.23.253 -P ./install_hunter.cmake
git 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