forked from xuos/xiuos
				
			
		
			
				
	
	
		
			11 lines
		
	
	
		
			333 B
		
	
	
	
		
			PkgConfig
		
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			333 B
		
	
	
	
		
			PkgConfig
		
	
	
	
| prefix=@CMAKE_INSTALL_PREFIX@
 | |
| libdir=${prefix}/lib
 | |
| includedir=${prefix}/include/jerryscript-math
 | |
| 
 | |
| Name: libjerry-math
 | |
| Description: JerryScript: lightweight JavaScript engine (minimal math library)
 | |
| URL: https://github.com/jerryscript-project/jerryscript
 | |
| Version: @JERRY_VERSION@
 | |
| Libs: -L${libdir} -ljerry-math
 | |
| Cflags: -I${includedir}
 |