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