mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
				synced 2025-11-03 20:18:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			125 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			125 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
file(GLOB INCLUDE_FILES "*.h")
 | 
						|
install(
 | 
						|
    FILES ${INCLUDE_FILES} 
 | 
						|
    DESTINATION include/cppkafka
 | 
						|
    COMPONENT Headers
 | 
						|
)
 |