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

Contents of /smsdaemon/plugins/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 521 - (show annotations) (download)
Sun Dec 27 18:01:36 2009 UTC (14 years, 4 months ago) by torben
File MIME type: text/plain
File size: 342 byte(s)
Deprecate the old spam plugin and make the new one the default

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

  ViewVC Help
Powered by ViewVC 1.1.20