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

Annotation of /smsdaemon/serialport/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, 6 months ago) by torben
File MIME type: text/plain
File size: 157 byte(s)
Enabled "make install"

1 torben 91 include_directories(.. .)
2    
3    
4     add_library(serialport SHARED SerialPort.cpp PosixSignalDispatcher.cpp)
5    
6 torben 131 INSTALL(TARGETS serialport
7     LIBRARY DESTINATION lib
8     )

  ViewVC Help
Powered by ViewVC 1.1.20