File: install-executables

package info (click to toggle)
codec2 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 121,056 kB
  • sloc: ansic: 414,118; sh: 2,612; objc: 2,574; python: 2,105; cpp: 2,091; asm: 683; makefile: 598
file content (33 lines) | stat: -rw-r--r-- 890 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
From bbd9cabaf568fc119c3066644fb4cc32a11e85b3 Mon Sep 17 00:00:00 2001
From: "A. Maitland Bottoms" <bottoms@debian.org>
Date: Sun, 17 Jul 2022 17:20:16 -0400
Subject: [PATCH 3/4] install executables

So that packages can include these codec2 utilities.
---
 src/CMakeLists.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index abc76cd5..dfe182ea 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -404,3 +404,15 @@ install(TARGETS codec2 EXPORT codec2-config
     RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
     PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/codec2 COMPONENT dev
 )
+
+install(TARGETS
+    c2enc
+    c2dec
+    fdmdv_get_test_bits
+    fdmdv_mod fdmdv_demod
+    fm_demod
+    fsk_mod
+    fdmdv_put_test_bits
+    insert_errors
+    RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
+)
-- 
2.35.1