|
@@ -6,6 +6,10 @@ HEADERS += \
|
|
$$PWD/../../../src/include/msgtype/gpsimu.pb.h \
|
|
$$PWD/../../../src/include/msgtype/gpsimu.pb.h \
|
|
$$PWD/../../../src/include/msgtype/hmi.pb.h \
|
|
$$PWD/../../../src/include/msgtype/hmi.pb.h \
|
|
$$PWD/../../../src/include/msgtype/imu.pb.h \
|
|
$$PWD/../../../src/include/msgtype/imu.pb.h \
|
|
|
|
+ $$PWD/../../../src/include/msgtype/mobileye.pb.h \
|
|
|
|
+ $$PWD/../../../src/include/msgtype/mobileye_lane.pb.h \
|
|
|
|
+ $$PWD/../../../src/include/msgtype/mobileye_obs.pb.h \
|
|
|
|
+ $$PWD/../../../src/include/msgtype/mobileye_tsr.pb.h \
|
|
$$PWD/../../../src/include/msgtype/radarobject.pb.h \
|
|
$$PWD/../../../src/include/msgtype/radarobject.pb.h \
|
|
$$PWD/../../../src/include/msgtype/radarobjectarray.pb.h \
|
|
$$PWD/../../../src/include/msgtype/radarobjectarray.pb.h \
|
|
$$PWD/../../../src/include/msgtype/radio_send.pb.h \
|
|
$$PWD/../../../src/include/msgtype/radio_send.pb.h \
|
|
@@ -13,6 +17,7 @@ HEADERS += \
|
|
$$PWD/../../../src/include/msgtype/v2x.pb.h \
|
|
$$PWD/../../../src/include/msgtype/v2x.pb.h \
|
|
$$PWD/../../../src/include/msgtype/vbox.pb.h \
|
|
$$PWD/../../../src/include/msgtype/vbox.pb.h \
|
|
$$PWD/../../interface/ivmodule.h \
|
|
$$PWD/../../interface/ivmodule.h \
|
|
|
|
+ $$PWD/../../math/gnss_coordinate_convert.h \
|
|
$$PWD/ivdecision.h
|
|
$$PWD/ivdecision.h
|
|
|
|
|
|
SOURCES += \
|
|
SOURCES += \
|
|
@@ -23,6 +28,10 @@ SOURCES += \
|
|
$$PWD/../../../src/include/msgtype/gpsimu.pb.cc \
|
|
$$PWD/../../../src/include/msgtype/gpsimu.pb.cc \
|
|
$$PWD/../../../src/include/msgtype/hmi.pb.cc \
|
|
$$PWD/../../../src/include/msgtype/hmi.pb.cc \
|
|
$$PWD/../../../src/include/msgtype/imu.pb.cc \
|
|
$$PWD/../../../src/include/msgtype/imu.pb.cc \
|
|
|
|
+ $$PWD/../../../src/include/msgtype/mobileye.pb.cc \
|
|
|
|
+ $$PWD/../../../src/include/msgtype/mobileye_lane.pb.cc \
|
|
|
|
+ $$PWD/../../../src/include/msgtype/mobileye_obs.pb.cc \
|
|
|
|
+ $$PWD/../../../src/include/msgtype/mobileye_tsr.pb.cc \
|
|
$$PWD/../../../src/include/msgtype/radarobject.pb.cc \
|
|
$$PWD/../../../src/include/msgtype/radarobject.pb.cc \
|
|
$$PWD/../../../src/include/msgtype/radarobjectarray.pb.cc \
|
|
$$PWD/../../../src/include/msgtype/radarobjectarray.pb.cc \
|
|
$$PWD/../../../src/include/msgtype/radio_send.pb.cc \
|
|
$$PWD/../../../src/include/msgtype/radio_send.pb.cc \
|
|
@@ -30,6 +39,7 @@ SOURCES += \
|
|
$$PWD/../../../src/include/msgtype/v2x.pb.cc \
|
|
$$PWD/../../../src/include/msgtype/v2x.pb.cc \
|
|
$$PWD/../../../src/include/msgtype/vbox.pb.cc \
|
|
$$PWD/../../../src/include/msgtype/vbox.pb.cc \
|
|
$$PWD/../../interface/ivmodule.cpp \
|
|
$$PWD/../../interface/ivmodule.cpp \
|
|
|
|
+ $$PWD/../../math/gnss_coordinate_convert.cpp \
|
|
$$PWD/ivdecision.cpp
|
|
$$PWD/ivdecision.cpp
|
|
|
|
|
|
INCLUDEPATH += $$PWD/../interface
|
|
INCLUDEPATH += $$PWD/../interface
|