summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-05-11 15:30:18 +0500
committerilotterytea <iltsu@alright.party>2024-05-11 15:30:18 +0500
commitde2c1d7e2159d677ec80bbedd37f40b8fa5e8763 (patch)
tree039e03edf579e5829e120f1f91f16040f9fe3dff /CMakeLists.txt
parent81b9f8417130d3501bf56328f9af28816eb45f08 (diff)
upd: TLS configured for ixwebsocket
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 004ad96..759ab4b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,6 +11,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
+add_definitions(-DUSE_TLS=1)
+
add_executable(Bot)
set_target_properties(