mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	pkgconfig: Add missing entries
This adds prefix, exec_prefix and libdir fields
This commit is contained in:
		
				
					committed by
					
						
						Martin Hořeňovský
					
				
			
			
				
	
			
			
			
						parent
						
							4b9780201b
						
					
				
				
					commit
					85c9544fa4
				
			@@ -1,4 +1,7 @@
 | 
				
			|||||||
 | 
					prefix=@CMAKE_INSTALL_PREFIX@
 | 
				
			||||||
 | 
					exec_prefix=${prefix}
 | 
				
			||||||
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
 | 
					includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
 | 
				
			||||||
 | 
					libdir=@CMAKE_INSTALL_FULL_LIBDIR@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Name: Catch2
 | 
					Name: Catch2
 | 
				
			||||||
Description: A modern, C++-native, header-only, test framework for C++11
 | 
					Description: A modern, C++-native, header-only, test framework for C++11
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user