summaryrefslogtreecommitdiffstats
path: root/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2017-11-27 19:45:25 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-27 13:42:10 -0800
commit1c6e189c2bd97c29d1ec3f1a98fa76e19ebef9b0 (patch)
tree5456a4151f8dd53538f24cd96be9d57368a6275d /core/CMakeLists.txt
parent02c80a60b0cb7e2144ff8ef8564587299c9540b9 (diff)
downloadsubsurface-1c6e189c2bd97c29d1ec3f1a98fa76e19ebef9b0.tar.gz
Move Suunto DB imports into parse-db.c
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r--core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
index 31b82ebbb..106358dbe 100644
--- a/core/CMakeLists.txt
+++ b/core/CMakeLists.txt
@@ -51,6 +51,7 @@ set(SUBSURFACE_CORE_LIB_SRCS
ostctools.c
parse-xml.c
parse.c
+ parse-db.c
planner.c
plannernotes.c
profile.c