feat(eventsub): use custom String type (#5968)

This commit is contained in:
nerix
2025-02-22 11:37:39 +01:00
committed by GitHub
parent 5ae6ffccc5
commit 10ac88e38b
7 changed files with 681 additions and 42 deletions
@@ -2,6 +2,7 @@ project(twitch-eventsub-ws-test)
set(SOURCES
src/parse.cpp
src/string.cpp
)
add_executable(${PROJECT_NAME} ${SOURCES})