Project-wide local library folder

In my project, I have multiple sketches that should share the same libraries. So the directory structure should be something like
project-master
project-master/libraries/sampleLibrary.h
project-master/sketches/sketch1/skech1.ino
project-master/sketches/sketch2/sketch2.ino

Where both sketches should include sampleLibrary.h
I know this should be possible because I have downloaded an arduino project that does something similar (libraries are in a directory above the sketch directory) and it just uses #include .
I tried to do the same code and file structure as that project, but it did not work

Have it occurred to you that forum members have no idea what you tried, or what "did not work" means?

Please read and follow the directions in the "How to get the best out of this forum" post, and include the required information in your post.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.