/[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 130 by torben, Sun Nov 2 20:14:20 2008 UTC revision 131 by torben, Sat Dec 6 20:26:38 2008 UTC
# Line 3  include_directories(.. .) Line 3  include_directories(.. .)
3    
4  add_library(plugins SHARED EchoPlugin.cpp SpamPlugin.cpp ShellExecPlugin.cpp TogPlugin.cpp TrainInfo.cpp StatusPlugin.cpp ListPlugin.cpp)  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    )
11    

Legend:
Removed from v.130  
changed lines
  Added in v.131

  ViewVC Help
Powered by ViewVC 1.1.20