From 74755b64b169a7d161cd42c672ca45fcdeb5f028 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Sun, 22 Dec 2019 14:10:29 +0100 Subject: build-system: Add CMakeLists.txt to map-widget In order to make the central CMakeLists cleaner and more consistent add a CMakeLists.txt to map-widget, like in other root directories. Signed-off-by: Jan Iversen --- map-widget/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 map-widget/CMakeLists.txt (limited to 'map-widget') diff --git a/map-widget/CMakeLists.txt b/map-widget/CMakeLists.txt new file mode 100644 index 000000000..4f1b5dc33 --- /dev/null +++ b/map-widget/CMakeLists.txt @@ -0,0 +1,8 @@ +# map widget to show locations + +# library used by mobile build +set(SUBSURFACE_MAPWIDGET_SRCS + qmlmapwidgethelper.cpp +) +add_library(subsurface_mapwidget STATIC ${SUBSURFACE_MAPWIDGET_SRCS}) +target_link_libraries(subsurface_mapwidget ${QT_LIBRARIES}) -- cgit v1.2.3-70-g09d2