Skip to content

Latest commit

 

History

History

glog

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

glog

Google logging module.

use it in another project

In CMakeLists.txt:

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