mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
74755b64b1
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 <jan@casacondor.com>
8 lines
249 B
CMake
8 lines
249 B
CMake
# 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})
|