Conan package for lua
The packages generated with this conanfile can be found on bintray.
Bintray | Travis | Appveyor |
---|---|---|
|
conan install lua/5.3.4@zimmerk/stable
[requires]
lua/5.3.4@zimmerk/stable
[options]
# Take a look for all avaliable options in conanfile.py
[generators]
cmake
Complete the installitation 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.
Follow the Conan getting started: http://docs.conan.io