I have a library. It has a lot of header files. When I compile it in .lib , I need to connect in the project that uses this .lib , the main header file. This file connects hundreds of other header files from the source library folders. And it turns out that I need to carry with me all the header files, and hence the entire library in its original form.
I want to: shove all the header files into one and carry it with you, and not carry with you all the source code of the library.
How can I do it? And is it done like standard Visual Studio tools?
lib.handlib-dev.h). - PinkTux