Move the library to the separate repository

This commit is contained in:
2026-03-12 08:49:36 +03:00
commit 4dcb7d4444
98 changed files with 9089 additions and 0 deletions

10
sidservo.pc.in Normal file
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}