Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 174 Bytes

File metadata and controls

10 lines (9 loc) · 174 Bytes

glog

Google logging module.

use it in another project

In CMakeLists.txt:

# ...
add_executable(<exe_name> ${EXE_FILES})
target_link_libraries(<exe_name> glog)