OpenLibm/openlibm.pc.in

11 lines
273 B
PkgConfig
Raw Permalink Normal View History

2014-05-19 15:38:28 +02:00
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib
Name: openlibm
Version: ${version}
URL: https://github.com/JuliaMath/openlibm
2014-05-19 15:38:28 +02:00
Description: High quality system independent, open source libm.
Cflags: -I${includedir}
Libs: -L${libdir} -lopenlibm