diff options
author | jan Iversen <jan@casacondor.com> | 2019-12-08 19:30:39 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-24 06:30:57 +0900 |
commit | c0069d6aee16b3acf9d00e6dc4ca0827ba31c5b5 (patch) | |
tree | 30e69841b9d353e00dcc251128993621ad4e6ca9 /core/CMakeLists.txt | |
parent | b4eef5548b593956a4a24da43641b9eed7906efa (diff) | |
download | subsurface-c0069d6aee16b3acf9d00e6dc4ca0827ba31c5b5.tar.gz |
core: add plannerShared class
Add a plannerShared class, whose purpose is to contain shared
functions between mobile and desktop
This class is the inner workings of the diveplanner not the UI
Signed-off-by: Jan Iversen <jan@casacondor.com>
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r-- | core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index eb7185812..376cfda4f 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -72,6 +72,8 @@ set(SUBSURFACE_CORE_LIB_SRCS divelist.h divelogexportlogic.cpp divelogexportlogic.h + plannershared.cpp + plannershared.h divesite-helper.cpp divesite.c divesite.h |