build-system: move plannerShared to backend-shared

WARNING: multi directory commit, needed to secure it builds.

move the core/plannerShared.* to backend-shared.

update CMakeLists.txt to include backend-shared lib in link process.

update ios project to reflect new directory

Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
jan Iversen 2019-12-14 23:12:26 +01:00 committed by Dirk Hohndel
parent 9c52aaf043
commit 7751ec1c78
7 changed files with 6 additions and 6 deletions

View file

@ -3,6 +3,8 @@
set(BACKEND_SRCS
exportfuncs.cpp
exportfuncs.h
plannershared.cpp
plannershared.h
)
add_library(subsurface_backend_shared STATIC ${BACKEND_SRCS})