Tool to create an amalgamation/combine all source files of a library into one for C/C++?
- by Anteru
SQLite and googletest come with a very easy-to-use, single-file version which makes it a breeze to use it in other projects, as you just need to add a single source file. Both of them use home-brew tools to create the combined source file, so I wonder if there is a more generic tool for this?