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

Contents of /smsdaemon/plugins/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 137 - (show annotations) (download)
Sun Dec 7 11:08:31 2008 UTC (15 years, 5 months ago) by torben
File MIME type: text/plain
File size: 296 byte(s)
ListPlugin.cpp: dont send the plugin descriptions back to user (too much text)

PluginManager.cpp, HostStatusPlugin.(h|cpp), CMakeLists.txt: 
	Add a new plugin which sends server status back to requester (data is from uptime(1) and df(1) )


1 include_directories(.. .)
2
3
4 add_library(plugins SHARED
5 EchoPlugin.cpp SpamPlugin.cpp ShellExecPlugin.cpp TogPlugin.cpp TrainInfo.cpp StatusPlugin.cpp ListPlugin.cpp
6 HostStatusPlugin.cpp)
7
8 INSTALL(TARGETS plugins
9 RUNTIME DESTINATION bin
10 LIBRARY DESTINATION lib
11 ARCHIVE DESTINATION lib
12 )

  ViewVC Help
Powered by ViewVC 1.1.20