mirror of
				https://github.com/Icinga/icinga2.git
				synced 2025-10-31 19:24:25 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			215 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			215 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| # Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
 | |
| 
 | |
| set(socketpair_SOURCES
 | |
|   socketpair.c socketpair.h
 | |
| )
 | |
| 
 | |
| add_library(socketpair OBJECT ${socketpair_SOURCES})
 | |
| 
 | |
| set_target_properties (
 | |
|   socketpair PROPERTIES
 | |
|   FOLDER Lib
 | |
| )
 |