diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-10-26 14:33:02 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-10-26 14:37:38 +0200 |
commit | 6ec7d2d87764e25d58dcb7ffdcb02b58bcce18d8 (patch) | |
tree | 4cae2030bb12a0ac4c84fada1e30ce9696150b65 /core/CMakeLists.txt | |
parent | 2c67b387ea5571675db68c46b7879b4746571fd9 (diff) | |
download | subsurface-6ec7d2d87764e25d58dcb7ffdcb02b58bcce18d8.tar.gz |
Move error reporting into its own source file
This doesn't really seem to belong in save_git.c.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 03a8c4fc4..f063f3aa5 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -40,6 +40,7 @@ set(SUBSURFACE_CORE_LIB_SRCS divesite.cpp divelist.c equipment.c + errorhelper.c file.c gas-model.c git-access.c |