summaryrefslogtreecommitdiffstats
path: root/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-05-30 20:51:30 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-06-19 13:11:10 -0700
commit529bdef0d66ade01f7ae0c99d1f5577102bfe278 (patch)
tree0524742128f76bdea644ce15969ccc18c5418607 /core/CMakeLists.txt
parent27d7f274094e5b1de01816610dedef154601c525 (diff)
downloadsubsurface-529bdef0d66ade01f7ae0c99d1f5577102bfe278.tar.gz
Cleanup: create equipment.h header
There is an equipment.c file, but no corresponding header. Move the corresponding functions into a newly created header. This does not improve compile time since, at least for now, equipment.h is included in dive.h. But it makes things more consistent. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r--core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
index 9d3f3e493..57d740d13 100644
--- a/core/CMakeLists.txt
+++ b/core/CMakeLists.txt
@@ -78,6 +78,7 @@ set(SUBSURFACE_CORE_LIB_SRCS
downloadfromdcthread.cpp
downloadfromdcthread.h
equipment.c
+ equipment.h
errorhelper.c
exif.cpp
exif.h