diff options
author | Robert C. Helling <helling@atdotde.de> | 2019-03-30 20:59:28 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-04-04 09:33:56 -0700 |
commit | 8c9e5becb20d2d8c8aa1f7108775cc520b08fae1 (patch) | |
tree | cc7bdbc918716ba4d7cf9d39acebce1ecc1cbc31 /core/CMakeLists.txt | |
parent | a89b36c661662346c6c8092bdd2cefebf8f58c8a (diff) | |
download | subsurface-8c9e5becb20d2d8c8aa1f7108775cc520b08fae1.tar.gz |
Export profile data
This introduces a csv file that contains the data from
the structs defined in profile.c, in particular all
deco information computed for the dive profle (including
NDL, TTS, ceilings, surface GFs etc).
Signed-off-by: Robert C. Helling <helling@atdotde.de>
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 004f3693b..c55b5627d 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -128,6 +128,7 @@ set(SUBSURFACE_CORE_LIB_SRCS save-git.c save-html.c save-html.h + save-profiledata.c save-xml.c sha1.c sha1.h |