/[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 47 by torben, Wed Jun 11 09:12:15 2008 UTC revision 137 by torben, Sun Dec 7 11:08:31 2008 UTC
# Line 1  Line 1 
1  include_directories(.. .)  include_directories(.. .)
2    
3    
4  add_library(plugins SHARED Plugin.cpp PluginManager.cpp EchoPlugin.cpp SpamPlugin.cpp ShellExecPlugin.cpp TogPlugin.cpp TrainInfo.cpp)  add_library(plugins SHARED
5            EchoPlugin.cpp SpamPlugin.cpp ShellExecPlugin.cpp TogPlugin.cpp TrainInfo.cpp StatusPlugin.cpp ListPlugin.cpp
6            HostStatusPlugin.cpp)
7    
8    INSTALL(TARGETS plugins
9      RUNTIME DESTINATION bin
10      LIBRARY DESTINATION lib
11      ARCHIVE DESTINATION lib
12    )
13    

Legend:
Removed from v.47  
changed lines
  Added in v.137

  ViewVC Help
Powered by ViewVC 1.1.20