diff options
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 fc6d20ba8..b2effd519 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -84,11 +84,13 @@ set(SUBSURFACE_CORE_LIB_SRCS isocialnetworkintegration.cpp gpslocation.cpp cloudstorage.cpp + downloadfromdcthread.cpp #Subsurface Qt have the Subsurface structs QObjectified for easy access via QML. subsurface-qt/DiveObjectHelper.cpp subsurface-qt/CylinderObjectHelper.cpp subsurface-qt/SettingsObjectWrapper.cpp + ${SERIAL_FTDI} ${PLATFORM_SRC} ${BT_CORE_SRC_FILES} |