refactor(eventsub): conditionally use Howard's date lib (#6048)

Co-authored-by: Nerixyz <nerixdev@outlook.de>
This commit is contained in:
pajlada
2025-03-09 13:52:16 +01:00
committed by GitHub
parent c98267b433
commit 81ef344fad
11 changed files with 91 additions and 8246 deletions
@@ -3,6 +3,7 @@ project(twitch-eventsub-ws-test)
set(SOURCES
src/parse.cpp
src/string.cpp
src/chrono.cpp
)
add_executable(${PROJECT_NAME} ${SOURCES})