--- smsdaemon/CMakeLists.txt 2008/12/12 12:54:27 180 +++ smsdaemon/CMakeLists.txt 2008/12/17 23:43:26 193 @@ -24,14 +24,14 @@ ModemTransceiver.cpp Sms.cpp Common.cpp Util.cpp TaskManager.cpp daemon.cpp kbhit.cpp PluginManager.cpp Plugin.cpp SmsPdu.cpp SmsDaemon.cpp Task.cpp Spooler.cpp Value.cpp ConfigFile.cpp DebugTransceiver.cpp - SmsToolTransceiver.cpp Logger.cpp + SmsToolTransceiver.cpp Logger.cpp HttpClient.cpp ) ADD_EXECUTABLE(smsdaemon main.cpp) -TARGET_LINK_LIBRARIES(smsdaemon smsdaemoncore smsplugins smstasks serialport) +TARGET_LINK_LIBRARIES(smsdaemon smsdaemoncore smsplugins smstasks serialport curl) ADD_EXECUTABLE(tester tester.cpp) -TARGET_LINK_LIBRARIES(tester smsdaemoncore smsplugins smstasks serialport) +TARGET_LINK_LIBRARIES(tester smsdaemoncore smsplugins smstasks serialport curl) ADD_EXECUTABLE(smsqueue smsqueue.cpp Util.cpp Spooler.cpp)