diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2017-11-27 19:45:25 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-27 13:42:10 -0800 |
commit | 1c6e189c2bd97c29d1ec3f1a98fa76e19ebef9b0 (patch) | |
tree | 5456a4151f8dd53538f24cd96be9d57368a6275d /core/CMakeLists.txt | |
parent | 02c80a60b0cb7e2144ff8ef8564587299c9540b9 (diff) | |
download | subsurface-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.txt | 1 |
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 |