diff options
author | jan Iversen <jan@casacondor.com> | 2019-12-14 21:56:31 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-24 08:44:23 +0900 |
commit | 9c52aaf043753dbb594c7420f776c836215dd6d2 (patch) | |
tree | 86c181dd37d79e00d023a755caa1841ab03339bf /core/CMakeLists.txt | |
parent | 7181b7bcd1d63f4d0ba705a4688bc43ec0b27d8a (diff) | |
download | subsurface-9c52aaf043753dbb594c7420f776c836215dd6d2.tar.gz |
build-system: move exportfuncs to backend-shared
WARNING: multi directory commit, needed to secure it builds.
move the core/exportfuncs.* to backend-shared.
update backend-shared/CMakeLists.txt to generate backend-shared lib
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>
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r-- | core/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 376cfda4f..017fbdeea 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -86,8 +86,6 @@ set(SUBSURFACE_CORE_LIB_SRCS errorhelper.c exif.cpp exif.h - exportfuncs.cpp - exportfuncs.h file.c file.h format.cpp |