Including Libraries to Subcircuits when sharing Projects

I was looking around trying to determine how to get around having only local libraries for included SPICE model subcircuits. I came across this post on including libraries and was wondering if this also applies to bundling subcircuit .lib files so that they can be shared with a project. Is there any way to have the library inside the project and automatically link to the device when someone downloads the project?

The schematic file contains a file path which points to the spice libraries of components. If the libraries are in the same folder (or a subfolder of it) as the schematic, the path is relative. There is no additional work required besides ensuring you are distributing all the libs with the project and of course that your components are referencing the locally distributed libraries.

Thanks, this worked exactly as intended.

For sure you can make your own libraries