core: move GPX parsing into core

This shouldn't be part of the desktop UI code; there's still the issue that we
really shouldn't hand code XML parsing, but I'll leave that for later.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-01-22 13:25:58 -08:00
parent 1ecd5065a0
commit ee5a156498
6 changed files with 177 additions and 160 deletions

View file

@ -119,6 +119,7 @@ set(SUBSURFACE_CORE_LIB_SRCS
metrics.cpp
metrics.h
ostctools.c
parse-gpx.cpp
parse-xml.c
parse.c
parse.h