12 lines
		
	
	
		
			337 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			337 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
| prefix=@CMAKE_INSTALL_PREFIX@
 | |
| exec_prefix=${prefix}
 | |
| includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
 | |
| libdir=@CMAKE_INSTALL_FULL_LIBDIR@
 | |
| 
 | |
| Name: crossguid
 | |
| Description: Lightweight cross platform C++ GUID/UUID library 
 | |
| URL: https://github.com/graeme-hill/crossguid
 | |
| Version: @PROJECT_VERSION@
 | |
| Cflags: -I${includedir}
 | |
| Libs: -L${libdir} -lcrossguid
 |