diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-08-27 01:25:05 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-08-27 01:25:05 +0300 |
commit | ba8247eaf522e8a129b7fbbf09a6fab010746e3a (patch) | |
tree | f87e5abdc7f049c819131c853d84db9660e8fde4 /server/modules | |
parent | 3175fbe96c91a2de6f687d5c6bfe0fc7f02a34f4 (diff) |
protocol:
still thinking of...
client:
bits of proto implementation
server:
config variables
sigint handler
bits of proto implementation
Diffstat (limited to 'server/modules')
-rw-r--r-- | server/modules/downloaders/curl/curl.cbp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/modules/downloaders/curl/curl.cbp b/server/modules/downloaders/curl/curl.cbp index b0971b5..cec0d49 100644 --- a/server/modules/downloaders/curl/curl.cbp +++ b/server/modules/downloaders/curl/curl.cbp @@ -41,6 +41,7 @@ </Compiler> <Linker> <Add library="boost_system" /> + <Add library="curl" /> </Linker> <Unit filename="include/curl_download.h" /> <Unit filename="main.cpp" /> |