/Library_Collector

A program that collects library files into one folder in the same folder hierarchy as the library

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Library_Collector

A program that collects library files into one folder in the same folder hierarchy as the library

The program collects .h files into a folder named includes in the output folder in the same folder hierarchy as in the header folder.

The program collects .a,.dll and .lib files into a folder named lib in the output folder from the release / debug build folder or both folders.