This commit is contained in:
Edward Emelianov
2025-01-27 22:06:00 +03:00
parent 5f404a6291
commit 19f61697d6
19 changed files with 906 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
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}