"curl" is compiled statically so "net" library must be compiled with CURL_STATICLIB flag.

This commit is contained in:
David Capello 2011-08-09 22:52:30 -03:00
parent 7b639e814b
commit 3dc7e01f74

View File

@ -1,6 +1,8 @@
# ASE - Allegro Sprite Editor
# Copyright (C) 2001-2011 David Capello
add_definitions(-DCURL_STATICLIB)
add_library(net-lib
http_headers.cpp
http_request.cpp