cmake: update CMake to build the map components on mobile

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
Lubomir I. Ivanov 2018-03-08 22:30:03 +02:00 committed by Dirk Hohndel
parent a02ef84bb5
commit 9a6cd451e2
2 changed files with 4 additions and 0 deletions

View file

@ -34,6 +34,7 @@ set(SUBSURFACE_MOBILE_MODELS_LIB_SRCS
divelistmodel.cpp
messagehandlermodel.cpp
gpslistmodel.cpp
maplocationmodel.cpp
)
if(${SUBSURFACE_TARGET_EXECUTABLE} MATCHES "DesktopExecutable")