I'm looking for one just to get a general idea of how a standard C++ project should be properly setup. (If that's possible... :-p)
Here are my requirements for this project:
- module-based (has libraries/modules that compile into a main program module)
- compiles cross-platform
I'd like to do this so that I can get a hold on the basics of how a good C++ project is setup, and so that I can test out Premake.