mirror of
https://github.com/eddyem/small_tel.git
synced 2025-12-06 02:35:14 +03:00
11 lines
265 B
PkgConfig
11 lines
265 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: @PROJ@
|
|
Description: library for managing SiderealServo II based equatorial mount
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -l@PROJ@
|
|
Cflags: -I${includedir}
|