mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-26 19:43:40 +01:00
10 lines
273 B
PkgConfig
10 lines
273 B
PkgConfig
exec_prefix=${prefix}
|
|
includedir=${prefix}/include
|
|
libdir=${exec_prefix}/lib
|
|
|
|
Name: openlibm
|
|
Version: ${version}
|
|
URL: https://github.com/JuliaMath/openlibm
|
|
Description: High quality system independent, open source libm.
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lopenlibm
|