Open
Description
Our CMake buildfile is an abomination.
I'm not much of an expert with CMake, but here are some things that would be nice:
- Working correctly, with sanitizers, on Windows
- Nearly 500 lines is ridiculous; Can we get it to less than 100 lines?
- Are there built-in ways of doing some of the auto-sanitizer stuff we do? If so, can we use them?