Skip to content
This repository has been archived by the owner on Nov 24, 2018. It is now read-only.

Conan.io recipe for library TgBot

Notifications You must be signed in to change notification settings

conan-community/conan-tgbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Build Status

conan-tgbot

Conan package for TgBot library.

Basic setup

$ conan install tgbot/b35438d@conan/stable

Project setup

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

[requires]
tgbot/b35438d@conan/stable

[options]
tgbot:shared=True # False

[generators]
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.cmake with all the paths and variables that you need to link with your dependencies.