Add missing dependencies to httpdatastream's CMakeLists.txt

This commit is contained in:
casey langen 2022-02-10 23:04:06 -08:00
parent 1be4750631
commit 991ac72ca2

View File

@ -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})