Avoid recompiling tests all the time
Every time cmake has to reconfigure, we end up recompiling all the tests. Use an on disk pch file to avoid that.
Every time cmake has to reconfigure, we end up recompiling all the tests. Use an on disk pch file to avoid that.