79471398

Date: 2025-02-27 01:14:35
Score: 2.5
Natty:
Report link

@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") 
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • User mentioned (1): @drodir
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Dawn555