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

Diff of /smsdaemon/CMakeLists.txt

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

revision 139 by torben, Sun Dec 7 11:55:44 2008 UTC revision 193 by torben, Wed Dec 17 23:43:26 2008 UTC
# Line 21  EXECUTE_PROCESS( Line 21  EXECUTE_PROCESS(
21    
22    
23  ADD_LIBRARY(smsdaemoncore SHARED  ADD_LIBRARY(smsdaemoncore SHARED
24          GsmModem.cpp Sms.cpp common.cpp util.cpp TaskManager.cpp daemon.cpp kbhit.cpp PluginManager.cpp Plugin.cpp          ModemTransceiver.cpp Sms.cpp Common.cpp Util.cpp TaskManager.cpp daemon.cpp kbhit.cpp
25          SmsPdu.cpp SmsDaemon.cpp Task.cpp Spooler.cpp          PluginManager.cpp Plugin.cpp SmsPdu.cpp SmsDaemon.cpp
26            Task.cpp Spooler.cpp Value.cpp ConfigFile.cpp DebugTransceiver.cpp
27            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    
38  INSTALL (TARGETS smsdaemon smsdaemoncore smsqueue  INSTALL (TARGETS smsdaemon smsdaemoncore smsqueue
39          RUNTIME DESTINATION bin          RUNTIME DESTINATION bin

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

  ViewVC Help
Powered by ViewVC 1.1.20