- Timestamp:
- Nov 24, 2015, 4:58:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gps/CMakeLists.txt
r100 r105 39 39 gpsComponent.h 40 40 GpsFrames.h 41 SeptentrioSocket.h42 SbfFrames.h43 41 structure_gps.h 44 gps_nmea.xml45 42 ) 46 43 set(PROJECT_SRCS 47 44 ${PLUGIN_CPP} 48 45 gpsComponent.cpp 49 SeptentrioSocket.cpp 50 ui/polarxmainwindow.cpp 46 51 47 ) 52 48 … … 72 68 gpsComponent.h 73 69 GpsFrames.h 74 #SeptentrioComponent.h75 SeptentrioSocket.h76 70 ../driver/PosixSerialPort.h 77 ui/polarxmainwindow.hpp78 71 ${PLUGIN_HDR} 79 72 ) … … 84 77 # add here the header files that you want to MOC 85 78 gpsComponent.h 86 # SeptentrioComponent.h87 # SeptentrioSocket.h88 79 ../driver/Win32SerialPort.h 89 # ui/polarxmainwindow.hpp90 80 ${PLUGIN_HDR} 91 81 ) … … 122 112 optimized PacpusLib debug PacpusLib_d 123 113 optimized PacpusTools debug PacpusTools_d 124 optimized NMEA0183LIB debug NMEA0183LIB_d114 NMEA0183LIB 125 115 ) 126 116 if (WIN32)
Note:
See TracChangeset
for help on using the changeset viewer.