mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-11-04 02:39:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			120 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			120 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
cmake_minimum_required(VERSION 3.13)
 | 
						|
project(network_source)
 | 
						|
 | 
						|
file(GLOB SRC "src/*.cpp")
 | 
						|
 | 
						|
include(${SDRPP_MODULE_CMAKE}) |