mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	These were replaced by a model. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			285 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			285 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| # backend functionality shared between Desktop (UI) and Mobile (QML)
 | |
| 
 | |
| set(BACKEND_SRCS
 | |
| 	exportfuncs.cpp
 | |
| 	exportfuncs.h
 | |
| 	plannershared.cpp
 | |
| 	plannershared.h
 | |
| )
 | |
| 
 | |
| add_library(subsurface_backend_shared STATIC ${BACKEND_SRCS})
 | |
| target_link_libraries(subsurface_backend_shared ${QT_LIBRARIES})
 |