From 15502b5ae58863baaf3d19770ca556924ae66c78 Mon Sep 17 00:00:00 2001
From: WolverinDEV <git@teaspeak.de>
Date: Mon, 2 Mar 2020 15:27:45 +0100
Subject: [PATCH] Fixed missing lib

---
 MusicBot/CMakeLists.txt | 2 +-
 shared                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MusicBot/CMakeLists.txt b/MusicBot/CMakeLists.txt
index 162655c..dc48432 100644
--- a/MusicBot/CMakeLists.txt
+++ b/MusicBot/CMakeLists.txt
@@ -14,7 +14,7 @@ add_definitions(-DLTM_DESC)
 
 #The basic library
 add_library(TeaMusic SHARED src/MusicPlayer.cpp)
-target_link_libraries(TeaMusic PUBLIC TeaSpeak libevent::core libevent::pthreads)
+target_link_libraries(TeaMusic PUBLIC TeaSpeak libevent::core libevent::pthreads dl)
 
 #The test file
 add_executable(TeaMusicTest ${MUSIC_SOURCE_FILES} main.cpp)
diff --git a/shared b/shared
index ba95b3d..f994904 160000
--- a/shared
+++ b/shared
@@ -1 +1 @@
-Subproject commit ba95b3dd6f39ed245bc7689e83ab03b3f47665f7
+Subproject commit f99490447ffa7a26f248058802a69d8532b1c7b6