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

Contents of /smsdaemon/plugins/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 131 - (show annotations) (download)
Sat Dec 6 20:26:38 2008 UTC (15 years, 5 months ago) by torben
File MIME type: text/plain
File size: 272 byte(s)
Enabled "make install"

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

  ViewVC Help
Powered by ViewVC 1.1.20