mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
				synced 2025-10-31 02:27:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			454 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			454 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
| prefix=@CMAKE_INSTALL_PREFIX@
 | |
| exec_prefix=${prefix}
 | |
| libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
 | |
| sharedlibdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
 | |
| includedir=${prefix}/include
 | |
| 
 | |
| Name: cppkafka
 | |
| Url: https://github.com/mfontanini/cppkafka
 | |
| Description: C++ wrapper library on top of RdKafka
 | |
| Version: @CPPKAFKA_VERSION@
 | |
| Requires:
 | |
| Requires.private: rdkafka >= 0.9.4, boost
 | |
| Libs: -L${libdir} -L${sharedlibdir} -lcppkafka
 | |
| Cflags: -I${includedir} -I${includedir}/cppkafka
 | 
