Skip to content

eliaskousk/conan-glog

Repository files navigation

Build Status

conan-glog

badge

Conan.io package for Google's GLog logging library

Build packages

Download conan client from Conan.io and run:

$ python build.py

Upload packages to server

$ conan upload glog/0.3.4@eliaskousk/stable --all

Reuse the packages

Basic setup

$ conan install glog/0.3.4@eliaskousk/stable/

Project setup

If you handle multiple dependencies in your project is better to add a conanfile.txt

[requires]
glog/0.3.4@eliaskousk/stable

[options]
glog:shared=true # false

[generators]
txt
cmake

Complete the installation of requirements for your project running:

conan install . 

Project setup installs the library (and all his dependencies) and generates the files conanbuildinfo.txt and conanbuildinfo.cmake with all the paths and variables that you need to link with your dependencies.

About

Conan Package for Google's GLog Library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages