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

Annotation of /smsdaemon/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27 - (hide annotations) (download)
Mon Jun 9 19:22:59 2008 UTC (15 years, 11 months ago) by torben
File MIME type: text/plain
File size: 391 byte(s)
Switched from homemade makefiles to CMake

1 torben 27 project(SMSDAEMON)
2    
3     add_subdirectory(plugins)
4    
5     link_directories(${SMSDAEMON_BINARY_DIR}/plugins)
6     include_directories( ${SMSDAEMON_SOURCE_DIR} ${SMSDAEMON_SOURCE_DIR}/plugins)
7    
8     add_executable(smsdaemon GsmModem.cpp PosixSignalDispatcher.cpp Sms.cpp common.cpp main.cpp util.cpp PluginManager.cpp SerialPort.cpp TaskManager.cpp daemon.cpp kbhit.cpp)
9    
10     target_link_libraries(smsdaemon plugins)

  ViewVC Help
Powered by ViewVC 1.1.20