Changeset 112 in pacpussensors


Ignore:
Timestamp:
12/15/15 15:45:22 (9 years ago)
Author:
DHERBOMEZ Gérald
Message:

Bug fix to build GPS plugin in debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gps/CMakeLists.txt

    r109 r112  
    1 #########################quick start############################################
    2 #cmake ../ -G "CodeBlocks - Unix Makefiles"
    3 #make
    4 #make install
    5 #make clean
    6 ################################################################################
    7 project(Gps)
     1
     2PROJECT(Gps)
    83set(${PROJECT_NAME}_VERSION_MAJOR 0)
    94set(${PROJECT_NAME}_VERSION_MINOR 1)
     
    112107    optimized PacpusLib debug PacpusLib_d
    113108    optimized PacpusTools debug PacpusTools_d
    114     optimized NMEA0183LIB debug NMEA0183LIB_d
     109    NMEA0183LIB
    115110)
    116111if (WIN32)
Note: See TracChangeset for help on using the changeset viewer.