--- smsdaemon/plugins/CMakeLists.txt 2008/06/09 20:56:03 28 +++ smsdaemon/plugins/CMakeLists.txt 2008/12/17 23:43:26 193 @@ -1,5 +1,13 @@ -include_directories(..) +INCLUDE_DIRECTORIES(.. .) -add_library(plugins EchoPlugin.cpp SpamPlugin.cpp) +ADD_LIBRARY(smsplugins SHARED + EchoPlugin.cpp SpamPlugin.cpp ShellExecPlugin.cpp TogPlugin.cpp TrainInfo.cpp StatusPlugin.cpp ListPlugin.cpp + HostStatusPlugin.cpp WeatherPlugin.cpp UrlTriggerPlugin.cpp) + +INSTALL(TARGETS smsplugins + RUNTIME DESTINATION bin + LIBRARY DESTINATION lib + ARCHIVE DESTINATION lib +)