glogΒΆ

hunter_add_package(glog)
find_package(glog CONFIG REQUIRED)
target_link_libraries(... glog::glog)

For Hunter <= v0.17.15:

hunter_add_package(glog)
find_package(glog CONFIG REQUIRED)
target_link_libraries(... glog)

Warning

Does not work on Android: