mirror of
https://github.com/eddyem/apogee_control.git
synced 2025-12-06 10:45:20 +03:00
11 lines
224 B
PkgConfig
11 lines
224 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: SlaLib
|
|
Description: Fortran SLA library (warning, no C wrapper!)
|
|
Version: 7.0.0
|
|
Libs: -L${libdir} -lsla
|
|
Cflags: -I${includedir}
|