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

Annotation of /smsdaemon/plugins/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 193 - (hide annotations) (download)
Wed Dec 17 23:43:26 2008 UTC (15 years, 5 months ago) by torben
File MIME type: text/plain
File size: 341 byte(s)
Util.*, HttpClient.*: 
	make a new Http client based on libcurl and deprecate Util::readUrl
	
WeatherPlugin.cpp, TrainInfo.cpp:
	Make use of HttpClient
	
UrlTriggerPlugin.*:
	Make a new plugin which can trigger an external webapp. and return the response back to the requester




1 torben 139 INCLUDE_DIRECTORIES(.. .)
2 torben 27
3    
4 torben 139 ADD_LIBRARY(smsplugins SHARED
5 torben 137 EchoPlugin.cpp SpamPlugin.cpp ShellExecPlugin.cpp TogPlugin.cpp TrainInfo.cpp StatusPlugin.cpp ListPlugin.cpp
6 torben 193 HostStatusPlugin.cpp WeatherPlugin.cpp UrlTriggerPlugin.cpp)
7 torben 27
8 torben 139 INSTALL(TARGETS smsplugins
9 torben 131 RUNTIME DESTINATION bin
10     LIBRARY DESTINATION lib
11     ARCHIVE DESTINATION lib
12     )

  ViewVC Help
Powered by ViewVC 1.1.20