summaryrefslogtreecommitdiff
path: root/bot/CMakeLists.txt
diff options
context:
space:
mode:
authorJérémy <jeremy27.clara22@gmail.com>2025-04-28 11:14:47 +0200
committerJérémy <jeremy27.clara22@gmail.com>2025-04-28 11:14:47 +0200
commit977ae7500a537d6dc5bd3514efdd6015ee058c2c (patch)
tree1d05f2de4b2f9b7ae6a0cae18e21ba4f5cab517e /bot/CMakeLists.txt
parentfe6e33563d7c836f3cf33e116525812b86f14962 (diff)
Réorganiser le Dockerfile pour utiliser Ubuntu comme base pour le compilateur C++ et ajouter des dépendances de construction. Mettre à jour CMakeLists.txt pour inclure les bibliothèques OpenSSL et opus.
Diffstat (limited to 'bot/CMakeLists.txt')
-rw-r--r--bot/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/bot/CMakeLists.txt b/bot/CMakeLists.txt
index 2dc8fb1..2ac0346 100644
--- a/bot/CMakeLists.txt
+++ b/bot/CMakeLists.txt
@@ -25,6 +25,10 @@ add_executable(${PROJECT_NAME}
# Link libraries with proper dependencies
target_link_libraries(${PROJECT_NAME} PRIVATE
dpp
+ OpenSSL::SSL
+ OpenSSL::Crypto
+ z
+ opus
)
# Include directories