Fixed missing lib
This commit is contained in:
parent
a2bd25f5b7
commit
15502b5ae5
@ -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)
|
||||
|
2
shared
2
shared
@ -1 +1 @@
|
||||
Subproject commit ba95b3dd6f39ed245bc7689e83ab03b3f47665f7
|
||||
Subproject commit f99490447ffa7a26f248058802a69d8532b1c7b6
|
Loading…
Reference in New Issue
Block a user