Skip to content

Commit

Permalink
move nmea
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 22, 2018
1 parent e447f11 commit 0eb52d7
Show file tree
Hide file tree
Showing 18 changed files with 9 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 9 additions & 7 deletions src/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@
# sources

SET(QGIS_CORE_SRCS
gps/context.c
gps/gmath.c
gps/info.c
gps/parse.c
${CMAKE_SOURCE_DIR}/external/nmea/context.c
${CMAKE_SOURCE_DIR}/external/nmea/gmath.c
${CMAKE_SOURCE_DIR}/external/nmea/info.c
${CMAKE_SOURCE_DIR}/external/nmea/parse.c
${CMAKE_SOURCE_DIR}/external/nmea/sentence.c
${CMAKE_SOURCE_DIR}/external/nmea/time.c
${CMAKE_SOURCE_DIR}/external/nmea/tok.c

gps/qgsgpsconnection.cpp
gps/qgsgpsconnectionregistry.cpp
gps/qgsgpsdconnection.cpp
gps/qgsgpsdetector.cpp
gps/qgsnmeaconnection.cpp
gps/sentence.c
gps/time.c
gps/tok.c

symbology/qgs25drenderer.cpp
symbology/qgsarrowsymbollayer.cpp
Expand Down Expand Up @@ -1237,6 +1238,7 @@ INCLUDE_DIRECTORIES(
scalebar
symbology
metadata
${CMAKE_SOURCE_DIR}/external/nmea
)
IF (WITH_INTERNAL_QEXTSERIALPORT)
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/external/qextserialport)
Expand Down

0 comments on commit 0eb52d7

Please sign in to comment.