File: debian-set-soname

package info (click to toggle)
gr-fosphor 3.8~2.2d4fe78-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,284 kB
  • sloc: python: 9,463; ansic: 3,239; cpp: 982; lisp: 609; makefile: 31
file content (11 lines) | stat: -rw-r--r-- 350 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -108,6 +108,8 @@
 # Install built library files
 ########################################################################
 include(GrMiscUtils)
+set(VERSION "3.8.0")
+set(LIBVER "3.8.0")
 GR_LIBRARY_FOO(gnuradio-fosphor)
 
 ########################################################################