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

Annotation of /smsdaemon/plugins/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 131 - (hide 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 torben 45 include_directories(.. .)
2 torben 27
3    
4 torben 114 add_library(plugins SHARED EchoPlugin.cpp SpamPlugin.cpp ShellExecPlugin.cpp TogPlugin.cpp TrainInfo.cpp StatusPlugin.cpp ListPlugin.cpp)
5 torben 27
6 torben 131 INSTALL(TARGETS plugins
7     RUNTIME DESTINATION bin
8     LIBRARY DESTINATION lib
9     ARCHIVE DESTINATION lib
10     )

  ViewVC Help
Powered by ViewVC 1.1.20