Changeset 105 in pacpussensors for trunk/Gps/CMakeLists.txt


Ignore:
Timestamp:
11/24/15 16:58:59 (9 years ago)
Author:
cerichar
Message:

compilation OK under Windows 10 64 bits, Qt5.5, pacpus 0.2.2, boost 1.54

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gps/CMakeLists.txt

    r100 r105  
    3939    gpsComponent.h
    4040    GpsFrames.h
    41     SeptentrioSocket.h
    42     SbfFrames.h
    4341    structure_gps.h
    44     gps_nmea.xml
    4542)
    4643set(PROJECT_SRCS
    4744    ${PLUGIN_CPP}
    4845    gpsComponent.cpp
    49     SeptentrioSocket.cpp
    50     ui/polarxmainwindow.cpp
     46   
    5147)
    5248
     
    7268  gpsComponent.h
    7369  GpsFrames.h
    74   #SeptentrioComponent.h
    75   SeptentrioSocket.h 
    7670  ../driver/PosixSerialPort.h
    77   ui/polarxmainwindow.hpp
    7871  ${PLUGIN_HDR}
    7972  )
     
    8477  # add here the header files that you want to MOC
    8578  gpsComponent.h
    86   # SeptentrioComponent.h
    87   # SeptentrioSocket.h   
    8879  ../driver/Win32SerialPort.h
    89   #  ui/polarxmainwindow.hpp
    9080  ${PLUGIN_HDR}
    9181  )
     
    122112    optimized PacpusLib debug PacpusLib_d
    123113    optimized PacpusTools debug PacpusTools_d
    124     optimized NMEA0183LIB debug NMEA0183LIB_d
     114    NMEA0183LIB
    125115)
    126116if (WIN32)
Note: See TracChangeset for help on using the changeset viewer.