[aseprite] 110/196: Adding ${CURL_LIBRARIES} to application linking

Tobias Hansen thansen at moszumanska.debian.org
Wed Apr 20 18:50:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 6a63dc5aad2cbcfc985fab915ab2b3eb84886c38
Author: Azamat H. Hackimov <azamat.hackimov at gmail.com>
Date:   Sat Mar 26 15:01:10 2016 +0500

    Adding ${CURL_LIBRARIES} to application linking
    
    Fixing compilation underlinking with system curl.
---
 src/app/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt
index dde05da..c763993 100644
--- a/src/app/CMakeLists.txt
+++ b/src/app/CMakeLists.txt
@@ -446,6 +446,7 @@ target_link_libraries(app-lib
   ui-lib
   undo-lib
   ${TINYXML_LIBRARY}
+  ${CURL_LIBRARIES}
   ${JPEG_LIBRARIES}
   ${GIF_LIBRARIES}
   ${PNG_LIBRARIES}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list