Add the following line to your conanfile.txt
file under the [requires]
section:
libhal/[x]
Replace [x]
with the appropriate version number.
Add the following to your def requirements(self):
function.
self.requires("libhal/[x]")
Replace [x]
with the appropriate version number.
See CONTRIBUTING.md
for details.
Apache 2.0; see LICENSE
for details.
This project is not an official Google project. It is not supported by Google and Google specifically disclaims all warranties as to its quality, merchantability, or fitness for a particular purpose.