I wish to create several small programs for the sake of testing and experimentation using an external library (SDL in this case). It is a bit of a tedious process to set everything up, so I would prefer not to have to do it repeatedly.
I would like to know if there is an easy way to either:
- create a template that I can apply every time I wish to start a new project, such that the relevant include directories, etc. have already been added, or
- copy/create a revision of an existing project so that it changes its name/target directories, etc. automatically, allowing me to work with several versions simultaneously.