I assume that you want to separate the library from the projectโs own source code ... but you donโt know how to create when the library is not in the same folder.
Assuming your library precompiled * .lib and * .h files:
- Move library source code to a separate directory
- Menubar
- "" , .
- "C/++ Build" gcc-// ( ... ). [1]
- GCC C โ :

- " " [2] โ *.h
- ( , , )
- GCC C Linker โ :

- (-L) โ " " โ *.lib
- (-l) โ โ ,
- ,
[ - 1] GUI C/++ / gcc... , .
[ - 2] "+" - , , *.h include. *.h, , .
, ( ) *.c *.h:
- , , 7.
- 7. , .cc Eclipse "managed make". , , , .