How can two sketches share the same (local-to-the-sketches) files?

I added them as a library (/TwoPartProject/libraries/TheLibraryName), and the arduino IDE copied all the files in the library to /TwoPartProject/Part1 and /TwoPartProject/Part2, which is what I'm trying to avoid.