Event requires lib `ws2_32` on windows, which is a public requirement
of the `util` lib. The `bench` library link is defined as follow:
`common bitcoinconsensus server`, and since `common` has `util` as a
dependency this causes `ws2_32` to appear on the link line before
`event`. Linking server first solves the issue.