diff options
| author | 2014-11-07 11:30:44 -0500 | |
|---|---|---|
| committer | 2014-11-07 13:15:38 -0800 | |
| commit | 8136306911328b9899a526671daf03ad03abb107 (patch) | |
| tree | d56d4e9f657d192e5866404e5c08b27c041ced19 /CMakeLists.txt | |
| parent | 09e8adf54eac5159b393b9a09799663060c01db1 (diff) | |
| download | subsurface-8136306911328b9899a526671daf03ad03abb107.tar.gz | |
Added import for Liquivision LVD log files
Support includes cylinder pressures and works for v3.0 log files.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c04e9688f..868ad4f10 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,6 +85,7 @@ SET(SUBSURFACE_CORE_LIB_SRCS equipment.c file.c libdivecomputer.c + liquivision.c load-git.c membuffer.c parse-xml.c |