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