mirror of
				https://github.com/rtlsdrblog/rtl-sdr-blog.git
				synced 2025-10-31 08:58:09 +01:00 
			
		
		
		
	Add missing rtlsdrConfig.cmake
This file was missing in commit
849f8efca4.
			
			
This commit is contained in:
		
							
								
								
									
										8
									
								
								cmake/rtlsdrConfig.cmake
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								cmake/rtlsdrConfig.cmake
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| include(FindPkgConfig) | ||||
| pkg_check_modules(LIBUSB libusb-1.0 IMPORTED_TARGET) | ||||
|  | ||||
| get_filename_component(RTLSDR_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) | ||||
|  | ||||
| if(NOT TARGET rtlsdr::rtlsdr) | ||||
|   include("${RTLSDR_CMAKE_DIR}/rtlsdrTargets.cmake") | ||||
| endif() | ||||
		Reference in New Issue
	
	Block a user