diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-12-08 08:13:08 -0600 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-12-08 16:29:49 +0100 |
commit | ef8b2e6bb75e79b3f600980e8b7d89389df18970 (patch) | |
tree | 45284547c5173f9e87948bccdc0c8015746e04e7 /core/CMakeLists.txt | |
parent | 03b02c935211afd978a928a3d2882e6c69de0b43 (diff) | |
download | subsurface-ef8b2e6bb75e79b3f600980e8b7d89389df18970.tar.gz |
Cleanup: rename file to avoid confusion
Depending on the tooling, both divesite.c and divesite.cpp would compile
into divesite.o.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r-- | core/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 4bf9f9bf6..87b276872 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -37,7 +37,7 @@ set(SUBSURFACE_CORE_LIB_SRCS device.c dive.c divesite.c - divesite.cpp + divesite-helper.cpp divelist.c equipment.c errorhelper.c |