6e0533e1da
Make code sanitizers opt in with the `CHATTERINO_SANITIZER_SUPPORT` CMake option. After that's enabled, use the `SANITIZE_*` flag to enable individual sanitizers. Building tests is not required - sanitizers can be enabled in the app by itself.
twitch-eventsub-ws
This library implements some of Twitch's EventSub topics for use in Chatterino 2
Topic generation is done in the ast directory
The example can be built like this:
mkdir build
cd build
cmake ../example
cmake --build .