summaryrefslogtreecommitdiffstats
path: root/backend-shared/CMakeLists.txt
blob: b6502bfdfdf8ef121f98823e14c8359f6d21827f (plain) (blame)
1
2
3
4
5
6
7
8
9
# backend functionality shared between Desktop (UI) and Mobile (QML)

set(BACKEND_SRCS
	exportfuncs.cpp
	exportfuncs.h
)

add_library(subsurface_backend_shared STATIC ${BACKEND_SRCS})
target_link_libraries(subsurface_backend_shared ${QT_LIBRARIES})