diff options
author | jan Iversen <jan@casacondor.com> | 2019-12-08 11:45:55 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-11 11:08:51 -0500 |
commit | e8e425edd8c92f4233c578981924c8cde832aba4 (patch) | |
tree | baeb6a03bc8e8b800d0e5335eb82671fdb6ca321 /core/CMakeLists.txt | |
parent | 7e12ac262b35bcab05bc4a7e69d8572cba5b7ef1 (diff) | |
download | subsurface-e8e425edd8c92f4233c578981924c8cde832aba4.tar.gz |
core: add upload dive-share.com class
This is the framework that mobileExecutable needs, all
prepared to move functionality from desktop-widgets
(current implementation) into a shared version.
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 0622a859a..a66d87355 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -165,6 +165,8 @@ set(SUBSURFACE_CORE_LIB_SRCS uemis.h units.h units.c + uploadDiveShare.cpp + uploadDiveShare.h version.c version.h videoframeextractor.cpp |