mirror of
https://github.com/eddyem/small_tel.git
synced 2025-12-06 02:35:14 +03:00
11 lines
240 B
PkgConfig
11 lines
240 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: @PROJ@
|
|
Description: simplest astrotools @ ERFA and NOVA
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -l@PROJ@
|
|
Cflags: -I${includedir}
|