File: install-executables-static-shared

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 (18 lines) | stat: -rw-r--r-- 366 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -486,3 +486,15 @@
 
 add_executable(ldpc_dec ldpc_dec.c)
 target_link_libraries(ldpc_dec codec2)
+
+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}
+)