JodiTheTigger / game-in-a-box

First attempt at doing a reaaaaaly simple fps multiplayer game.
5 stars 2 forks source link

Get precompiled headers working #16

Open JodiTheTigger opened 11 years ago

JodiTheTigger commented 11 years ago

It's all ready. Just update cmake to recognise Common/PrecompiledHeaders.hpp as a repcompiled header header.

And then build with -DUSING_PRECOMPILED_HEADERS

JodiTheTigger commented 11 years ago

Remove all precompiled header stuff, use https://github.com/sakra/cotire instead.

JodiTheTigger commented 11 years ago

Also note that pre-compiled headers breaks #42.