Dependency Management Demo: Reusable Module A (used by SWC1 and possibly other SWCs)
You can build this package like this:
conan create . --version 1.3.0If you haven't configured conan yet, point it to the right repository by running "conan remote add". Here's an example for a conan repo in artifactory:
conan remote add artifactory http://$host:$port/artifactory/api/conan/$reponameAfterwards, you can upload the package via
conan upload shared_module_a -r artifactory