Files
Patrick Steinhardt a1c13ba825 cmake: Use target-scoped warnings
We currently set up all of our warnings in the global scope, which is
quite suboptimal considering that we're also bundling a set of
third-party dependencies which inherit the same set of warnings.

Fix this by converting our warning-macros to target-scoped functions.
2020-09-18 14:55:40 +02:00
..