/[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 35 by torben, Tue Jun 10 14:38:59 2008 UTC revision 131 by torben, Sat Dec 6 20:26:38 2008 UTC
# Line 1  Line 1 
1  include_directories(..)  include_directories(.. .)
2    
 add_library(plugins EchoPlugin.cpp SpamPlugin.cpp ShellExecPlugin.cpp)  
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    )
11    

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

  ViewVC Help
Powered by ViewVC 1.1.20