Skip to content

p-podsiadly/Celero-Conan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

Celero-Conan

Conan package for Celero library.

Basic setup

$ conan install celero/2.5.0@ppodsiadly/stable

Project setup

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

[requires]
celero/2.5.0@ppodsiadly/stable

[options]
celero:shared=True # or False, default is True

[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.

About

Celero for the Conan Package Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.9%
  • CMake 9.3%
  • C++ 0.8%