@drodir
Thank you so much, with your input, I was able to discover that I needed the import()
method in my conanfile.py, to import files from lib_b to lib_a, as shown below. Your suggestion of knowing the underlying conan install
led me to the answer.
def imports(self):
self.copy("*.h", dst="src", src="include")