Make sure you have glog installed Visit google/glog official code repo for instructions.
We have 3 examples in total, example.cpp
, test_1.cpp
and test_2.cpp
.
Just modify the line add_executable
in CMakeLists.txt to point to the corresponding example you want to try
add_executable (main main.cpp)