rdmenezes / cpp-library-project-template

Automatically exported from code.google.com/p/cpp-library-project-template
Other
0 stars 0 forks source link

Documentation is showing up wrong libraries #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Homepage and README file shows UnitTest++ and Log4Cxx libraries but if I'm not 
mistaken the template is using google-test/google-mock and google-log 
libraries. This is probably a mix up from the 'C++ Application Project 
Template'.

Also it looks like test libraries are already included in thirdparty folder as 
submodules (or whatever it's called in svn) although google-log is not there. I 
think it would be nice to have also google-log library there by default to 
minimize dependencies.

Original issue reported on code.google.com by gokcehan...@gmail.com on 25 Aug 2014 at 9:52