mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-20 00:39:53 +00:00
Adding ${CURL_LIBRARIES} to application linking
Fixing compilation underlinking with system curl.
This commit is contained in:
parent
3e9de78fa2
commit
6a63dc5aad
@ -446,6 +446,7 @@ target_link_libraries(app-lib
|
||||
ui-lib
|
||||
undo-lib
|
||||
${TINYXML_LIBRARY}
|
||||
${CURL_LIBRARIES}
|
||||
${JPEG_LIBRARIES}
|
||||
${GIF_LIBRARIES}
|
||||
${PNG_LIBRARIES}
|
||||
|
Loading…
x
Reference in New Issue
Block a user