mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Fixed unix compile
This commit is contained in:
parent
a5c871c89f
commit
6ccefb0ca3
@ -46,7 +46,7 @@ set (EXECUTABLE_OUTPUT_PATH ${musikcube_SOURCE_DIR}/bin)
|
||||
|
||||
link_directories ("${musikcube_SOURCE_DIR}/bin/plugins")
|
||||
|
||||
set(COMMON_LINK_LIBS ${BOOST_LINK_LIBS} curl pthread crypto)
|
||||
set(COMMON_LINK_LIBS ${BOOST_LINK_LIBS} curl pthread ssl crypto)
|
||||
|
||||
if (CMAKE_SYSTEM_NAME MATCHES "FreeBSD" OR CMAKE_SYSTEM_NAME MATCHES "OpenBSD")
|
||||
set (musikcube_LINK_LIBS ${COMMON_LINK_LIBS})
|
||||
|
@ -51,6 +51,7 @@ set(CORE_SOURCES
|
||||
./library/track/LibraryTrack.cpp
|
||||
./library/track/Track.cpp
|
||||
./library/track/TrackList.cpp
|
||||
./net/RawWebSocketClient.cpp
|
||||
./net/WebSocketClient.cpp
|
||||
./plugin/PluginFactory.cpp
|
||||
./plugin/Plugins.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user