mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-10-30 00:18:10 +01:00 
			
		
		
		
	Merge pull request #309 from drfruct/macos_sdrplay
fix: CMakeList to build SDRPlay on MacOS
This commit is contained in:
		| @@ -29,6 +29,7 @@ else (MSVC) | ||||
|     # Include it because for some reason pkgconfig doesn't look here? | ||||
|     if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") | ||||
|         target_include_directories(sdrplay_source PUBLIC "/usr/local/include") | ||||
|         target_link_directories(sdrplay_source PUBLIC "/usr/local/lib/") | ||||
|     endif() | ||||
|  | ||||
|     target_link_libraries(sdrplay_source PRIVATE sdrplay_api) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user