From 9b1a11e8fee33abb933aa3836faf60cc14deb68d Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Fri, 18 Apr 2025 16:25:28 +0500 Subject: feat: betterttv clients (experimental) --- bot/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bot/CMakeLists.txt') diff --git a/bot/CMakeLists.txt b/bot/CMakeLists.txt index 51a14fc..abcf8ed 100644 --- a/bot/CMakeLists.txt +++ b/bot/CMakeLists.txt @@ -28,6 +28,13 @@ set_target_properties( OUTPUT_NAME "${PROJECT_NAME}-bot" ) +# BetterTTV Emote support +set(BUILD_BETTERTTV OFF BOOL "Enable BetterTTV emotes") +if (BUILD_BETTERTTV) + message("-- Bulding BetterTTV parts") + target_compile_definitions(Bot PRIVATE BUILD_BETTERTTV=1) +endif() + # TLS for websocket connections set(USE_TLS ON CACHE BOOL "Enable TLS support") -- cgit v1.2.3