From 427c696c707ca8714b21e125bb2f1ccc7b7856c0 Mon Sep 17 00:00:00 2001 From: Salvador Cuñat Date: Tue, 10 Nov 2015 20:51:40 +0100 Subject: SmartTrak import - Add build capability to cmake MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This enables posibility of building standalone import tool via cmake. Adds an option SMARTRAK_IMPORT (defaults to OFF) which, if turned ON, will require glib-2.0 and libmdb libraries to be installed, and, calling will produce an executable with the highly original name of smtk2ssrf. I have no capability to cross-compile to windows, so I haven't even tried to put this in Win, less say in Mac. I expect linux users which may be actual users of SmartTrak, to test this before trying to build on windows, although the target public will probably be the windows users (or at least, ex windows user). Signed-off-by: Salvador Cuñat Signed-off-by: Dirk Hohndel --- smtk-import/CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 smtk-import/CMakeLists.txt (limited to 'smtk-import') diff --git a/smtk-import/CMakeLists.txt b/smtk-import/CMakeLists.txt new file mode 100644 index 000000000..93fbb847d --- /dev/null +++ b/smtk-import/CMakeLists.txt @@ -0,0 +1,10 @@ +set(SMTK_IMPORT_SRCS + smartrak.c + smrtk2ssrfc_window.ui + smrtk2ssrfc_window.h + smrtk2ssrfc_window.cpp +) +source_group("SmartTrak Import libs" FILES ${SMTK_IMPORT_SRCS}) + +add_library(smtk_import STATIC ${SMTK_IMPORT_SRCS}) +target_link_libraries(smtk_import subsurface_corelib ${SUBSURFACE_LINK_LIBRARIES}) -- cgit v1.2.3-70-g09d2