How do you store third party libraries that you use in your project in your source control?
When would you store binaries in your source control?
When would
You don't need to store third party libraries in your source control repository. Those libraries (think of SDL, libcurl, etc.) should always be available on the web.
Just two raccomandations: