mgerhardy / caveexpress

CaveExpress is a classic 2D platformer with physics-based gameplay and dozens of levels. CavePacker is a Sokoban game.
http://www.caveproductions.org/
Other
144 stars 20 forks source link

LIBS: src/libs/gtest should be removed from the source tarball #12

Closed apoleon closed 8 years ago

apoleon commented 9 years ago

We have already discussed this library but I now think that this one can be omitted from the source tarball as well. Debian and other distributions already provide the same files as a -dev package and since caveexpress does not link in any way against a shared version of gtest, src/libs/gtest can be successfully replaced by Debian's version of gtest and code duplication can be avoided

mgerhardy commented 8 years ago

I don't really think that I can remove the gtest source from the source tarball, because windows users and mac users would not be able to compile the package anymore. And this should work out-of-the-box.