summaryrefslogtreecommitdiffstats
path: root/map-widget/CMakeLists.txt
blob: 4f1b5dc33bc6eaad451a54ef6afebb0b95d820b1 (plain) (blame)
1
2
3
4
5
6
7
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})