/[projects]/smsdaemon/CMakeLists.txt
ViewVC logotype

Diff of /smsdaemon/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 180 by torben, Fri Dec 12 12:54:27 2008 UTC revision 193 by torben, Wed Dec 17 23:43:26 2008 UTC
# Line 24  ADD_LIBRARY(smsdaemoncore SHARED Line 24  ADD_LIBRARY(smsdaemoncore SHARED
24          ModemTransceiver.cpp Sms.cpp Common.cpp Util.cpp TaskManager.cpp daemon.cpp kbhit.cpp          ModemTransceiver.cpp Sms.cpp Common.cpp Util.cpp TaskManager.cpp daemon.cpp kbhit.cpp
25          PluginManager.cpp Plugin.cpp SmsPdu.cpp SmsDaemon.cpp          PluginManager.cpp Plugin.cpp SmsPdu.cpp SmsDaemon.cpp
26          Task.cpp Spooler.cpp Value.cpp ConfigFile.cpp DebugTransceiver.cpp          Task.cpp Spooler.cpp Value.cpp ConfigFile.cpp DebugTransceiver.cpp
27          SmsToolTransceiver.cpp Logger.cpp          SmsToolTransceiver.cpp Logger.cpp HttpClient.cpp
28          )          )
29    
30  ADD_EXECUTABLE(smsdaemon main.cpp)  ADD_EXECUTABLE(smsdaemon main.cpp)
31  TARGET_LINK_LIBRARIES(smsdaemon smsdaemoncore smsplugins smstasks serialport)  TARGET_LINK_LIBRARIES(smsdaemon smsdaemoncore smsplugins smstasks serialport curl)
32    
33  ADD_EXECUTABLE(tester tester.cpp)  ADD_EXECUTABLE(tester tester.cpp)
34  TARGET_LINK_LIBRARIES(tester smsdaemoncore smsplugins smstasks serialport)  TARGET_LINK_LIBRARIES(tester smsdaemoncore smsplugins smstasks serialport curl)
35    
36  ADD_EXECUTABLE(smsqueue smsqueue.cpp Util.cpp Spooler.cpp)  ADD_EXECUTABLE(smsqueue smsqueue.cpp Util.cpp Spooler.cpp)
37    

Legend:
Removed from v.180  
changed lines
  Added in v.193

  ViewVC Help
Powered by ViewVC 1.1.20