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

Annotation of /smsdaemon/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30 - (hide annotations) (download)
Mon Jun 9 21:56:47 2008 UTC (15 years, 11 months ago) by torben
File MIME type: text/plain
File size: 514 byte(s)
main.cpp: when daemon, clean up before exiting.

Plugin.h: silence a initializer warning

CMakeLists.txt: enable compiler warnings 

1 torben 27 project(SMSDAEMON)
2    
3 torben 28 #set(CMAKE_VERBOSE_MAKEFILE 1)
4     set(CMAKE_BUILD_TYPE DEBUG)
5 torben 30 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O0 -Wall")
6 torben 28
7 torben 27 add_subdirectory(plugins)
8    
9     link_directories(${SMSDAEMON_BINARY_DIR}/plugins)
10     include_directories( ${SMSDAEMON_SOURCE_DIR} ${SMSDAEMON_SOURCE_DIR}/plugins)
11    
12 torben 28 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 Plugin.cpp)
13 torben 27
14     target_link_libraries(smsdaemon plugins)

  ViewVC Help
Powered by ViewVC 1.1.20