From 5a8db978198682734cdecc69a480d21a16775d4a Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 14 Nov 2020 19:21:16 -0800 Subject: build-system: add models and shared backends to the downloader We'll need this in order to be able to actually open dive files and download things from a dive computer. Signed-off-by: Dirk Hohndel --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d48617afa..18428778f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -393,6 +393,9 @@ elseif (SUBSURFACE_TARGET_EXECUTABLE MATCHES "DownloaderExecutable") add_executable(${SUBSURFACE_TARGET} MACOSX_BUNDLE WIN32 ${SUBSURFACE_PKG} ${DOWNLOADER_APP} ${SUBSURFACE_RESOURCES}) target_link_libraries( ${SUBSURFACE_TARGET} + subsurface_backend_shared + subsurface_models_downloader + subsurface_commands subsurface_corelib ${SUBSURFACE_LINK_LIBRARIES} ) -- cgit v1.2.3-70-g09d2