Content originally posted in LPCWare by ElectroNerd on Sat Apr 13 08:54:32 MST 2013
I am going to have quite a few C library files (.c and .h) with multiple projects requiring access from them. Rather than include the files for [I]each[/I] project folder within the workspace, would it be possible to access them externally? My hope is that this would be possible for any given OS (Windows/Linux/Mac).
[B]Example Organization[/B]
/workspace
[LIST]
[*]/lib
[LIST]
[*]I2C.c
[*]I2C.h
[*]ADC.c
[*]ADC.h
[*]...
[/LIST]
[*]/project1
[*]/project2
[*]/project3
[*]...
[/LIST]
In this instance, each project would pull from the /lib folder. Can something like this be done?