mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Add missing dependencies to httpdatastream's CMakeLists.txt
This commit is contained in:
parent
1be4750631
commit
991ac72ca2
@ -7,4 +7,4 @@ set (httpdatastream_SOURCES
|
||||
add_library(httpdatastream SHARED ${httpdatastream_SOURCES})
|
||||
|
||||
target_include_directories(httpdatastream BEFORE PUBLIC ${Boost_INCLUDE_DIRS})
|
||||
target_link_libraries(httpdatastream ${LIBCURL})
|
||||
target_link_libraries(httpdatastream ${Boost_LIBRARIES} ${LIBCURL})
|
||||
|
Loading…
Reference in New Issue
Block a user