build(windows): fix curl linking (#2612)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
# unix specific compile definitions
|
||||
# put anything here that applies to both linux and macos
|
||||
|
||||
list(APPEND SUNSHINE_EXTERNAL_LIBRARIES Boost::log)
|
||||
list(APPEND SUNSHINE_EXTERNAL_LIBRARIES
|
||||
Boost::log
|
||||
${CURL_LIBRARIES})
|
||||
|
||||
# add install prefix to assets path if not already there
|
||||
if(NOT SUNSHINE_ASSETS_DIR MATCHES "^${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
Reference in New Issue
Block a user