mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	Anoter attempt to clear the Main CMakeLists.txt file Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			220 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			220 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| if(LIBDC_FROM_PKGCONFIG)
 | |
| 	pkg_config_library(LIBDC libdivecomputer REQUIRED)
 | |
| 	set(LIBDIVECOMPUTER_LIBRARIES "")
 | |
| else()
 | |
| 	find_package(Libdivecomputer REQUIRED)
 | |
| 	include_directories(${LIBDIVECOMPUTER_INCLUDE_DIR})
 | |
| endif()
 |