summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2015-10-07 19:34:02 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-10-08 06:27:38 +0100
commit2eed9c0b9b56a507cfeb6f387176f675643dd436 (patch)
treeb178a86ddee295d791dd8230caaaaab4d5d4a44e /CMakeLists.txt
parentebf2407db670e78d1a503cabf27d823da31ecabf (diff)
downloadsubsurface-2eed9c0b9b56a507cfeb6f387176f675643dd436.tar.gz
Move the algorithm to divesite.cpp file
This shouldn't be on the maintab.cpp, this file is already too convoluted. [Dirk Hohndel: slightly refactored this commit and the next one to make the code actually work and make the split across the two commits more reasonable] Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b3c791223..287d1a83d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -317,6 +317,7 @@ set(SUBSURFACE_CORE_LIB_SRCS
device.c
dive.c
divesite.c
+ divesite.cpp # some new stuff that is not c code but belongs to divesite.
divelist.c
equipment.c
file.c