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

Diff of /smsdaemon/plugins/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 28 by torben, Mon Jun 9 20:56:03 2008 UTC revision 521 by torben, Sun Dec 27 18:01:36 2009 UTC
# Line 1  Line 1 
1  include_directories(..)  INCLUDE_DIRECTORIES(.. .)
2    
 add_library(plugins EchoPlugin.cpp SpamPlugin.cpp)  
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    )
13    

Legend:
Removed from v.28  
changed lines
  Added in v.521

  ViewVC Help
Powered by ViewVC 1.1.20