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

Diff of /smsdaemon/CMakeLists.txt

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

revision 91 by torben, Mon Jun 16 10:56:02 2008 UTC revision 101 by torben, Mon Jun 16 16:41:18 2008 UTC
# Line 11  add_subdirectory(serialport) Line 11  add_subdirectory(serialport)
11  link_directories( ${SMSDAEMON_BINARY_DIR} ${SMSDAEMON_BINARY_DIR}/plugins)  link_directories( ${SMSDAEMON_BINARY_DIR} ${SMSDAEMON_BINARY_DIR}/plugins)
12  include_directories( ${SMSDAEMON_SOURCE_DIR} ${SMSDAEMON_SOURCE_DIR}/plugins ${SMSDAEMON_SOURCE_DIR}/serialport)  include_directories( ${SMSDAEMON_SOURCE_DIR} ${SMSDAEMON_SOURCE_DIR}/plugins ${SMSDAEMON_SOURCE_DIR}/serialport)
13    
14    EXECUTE_PROCESS(
15            COMMAND "./genversion.sh"
16            WORKING_DIRECTORY "."
17            ERROR_QUIET
18    )
19    
20  add_library(smsdaemoncore SHARED GsmModem.cpp Sms.cpp common.cpp util.cpp TaskManager.cpp daemon.cpp kbhit.cpp PluginManager.cpp Plugin.cpp SmsPdu.cpp SmsDaemon.cpp)  
21    
22    add_library(smsdaemoncore SHARED GsmModem.cpp Sms.cpp common.cpp util.cpp TaskManager.cpp daemon.cpp kbhit.cpp PluginManager.cpp Plugin.cpp SmsPdu.cpp SmsDaemon.cpp Task.cpp)
23    
24  add_executable(smsdaemon main.cpp)  add_executable(smsdaemon main.cpp)
25    

Legend:
Removed from v.91  
changed lines
  Added in v.101

  ViewVC Help
Powered by ViewVC 1.1.20