cmake OSVR_HAVE_WORKING_MS_BYTESWAPS examples

OSVR/OSVR-Core src/osvr/Common/CMakeLists.txt :8

check_c_source_compiles("#include <intrin.h>\nint main() {return _byteswap_ushort(0x1234) + _byteswap_ulong(0x12345678) + (int)_byteswap_uint64(0x0123456789abcdef);}" OSVR_HAVE_WORKING_MS_BYTESWAPS)