ddavis2speedray / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Third-party autotools support #390

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In version 1.6 gtest-config cannot really be used to sensibly get build 
information for gtest. I am working on a project that uses gtest and uses an 
autotools build. I do not wish to copy gtest's source into my project's tree 
and I think it would be annoying for users of my projects having to manually 
supply a directory on which the gtest files lie, in a way that is not 
automatically handled by their package management system.

Providing a gtest-config binary/script that just outputs the directory to which 
the gtest sources have been installed would suffice.

Original issue reported on code.google.com by christia...@gmail.com on 12 Nov 2011 at 11:54