mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-11-03 20:18:01 +00:00 
			
		
		
		
	* cmake: create and install pkg-config files Automatically create and install *.pc files for selected components. PocoFoundation.pc PocoNet.pc PocoUtil.pc etc.
		
			
				
	
	
		
			11 lines
		
	
	
		
			312 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			312 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
prefix=@CMAKE_INSTALL_PREFIX@
 | 
						|
exec_prefix=@CMAKE_INSTALL_PREFIX@/bin
 | 
						|
libdir=@CMAKE_INSTALL_PREFIX@/lib@LIB_SUFFIX@
 | 
						|
includedir=@CMAKE_INSTALL_PREFIX@/include/Poco
 | 
						|
 | 
						|
Name: PocoSQL
 | 
						|
Description: C++ Portable Components (POCO) SQL library
 | 
						|
Version: @PACKAGE_VERSION@
 | 
						|
Libs: -L${libdir} -lPocoSQL
 | 
						|
Cflags: -I${includedir}
 |