1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00
subsurface/map-widget/CMakeLists.txt

9 lines
249 B
Text
Raw Normal View History

# 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})